I'm utilizing a Create Item in Another Site workflow to automatically create a new list item on "List B" when the status of an item on "List A" is marked Complete. What I'd like to be able to do is take two or more fields from "List A" and concatenate them into a single existing fields on "List B". Is this possible to do?
Thanks in advance.
Solved! Go to Solution.
Hi Nick,
This is doable. Create a workflow variable and set it = FieldA FieldB Field C (by inserting reference).
Here you are automatically concatenating them. No need to use formulas. Then after creating the item in ListB, update the field with this workfow variable. Hope it helps.