Having some difficulties with concat in workflow. ...
# suiteflow
p
Having some difficulties with concat in workflow. I have a field that I want to set the value as the combination of 2 other fields. I am only able to get the first field to populate and am not sure why. If I switch the fields around in the formula the same happens - only the first field is being used to populate the other field:
Copy code
{custevent2}||{custevent3}
k
Add a workflow field - set it to that formula in an action - then set your value to your workflow field instead of the formula.
p
Thanks!