I'm trying to map some data from one field to anot...
# suiteflow
w
I'm trying to map some data from one field to another in a workflow, so I wrote a Set Field Value action with a formula that has
CASE {fieldname} WHEN ...
which works great except that there's too many values to map and I've exceeded the maximum length of the formula field. Is there a workaround and/or alternate way to do this?
As a workaround, I used the
DECODE()
function instead of a `CASE`; since this takes fewer characters it now fits in the formula field. I'd still like to know if it's possible to look up the address by label, though.
b
Under Value can you use the From Field and select the record you source field is coming from and then in the drop down select the source field?
w
@b What do you mean by 'record your source field is coming from'? It's just a text field on the sales order.
b
@Wolf in the workflow use the 'Set Field Value' action - specify the field you are setting and then in the value column use 'From Field' to point to source field
w
@b The data I'm mapping is from a text field to a ship-to address; there's no record available to join on.
b
@Wolf I apologize, I misunderstood
👍 1