Hello,
I’m trying to figure out a way to set the Class field on the item record by concatenating 3 fields with a colon delimeter.
What I have tried so far is a suiteflow that will trigger on save to take field-A and concatenate ‘ : ‘ and field-B and ‘ : ‘ and field-C.
{field-a}||’ : ‘||{field-b}||’ : “||{field-c}
What appears to be happening is that when I use suiteflow to populate the field, it’s looking for the Class ID, not the class itself.
I know this works because when I feed the ID, it takes and the value for the ID pops up on the UI.
Does anyone know how to take the 3 fields, do a lookup first, then figure out what the ID is and send that ID during the save? I’m sure you can do this with a suitescript, but I haven’t learned that yet so I’m trying to accomplish this in suiteflow.
Thanks.
This is a cached copy. Click here to see the original post.