Hi,
I have a workflow where I need to let users to input multiple lines in Text Input tool to pass through the workflow. The line items are unknown (can be anything, 2, 5, 10.. etc). For some reason I seem to try everything that I can from update cell to update value but the action just didn't seem to update the value.
I created a sample/ simple workflow here - I have two rows in my workflow but say I want to test with 3 rows with:
12345
23456
56789
With my sample workflow I should've got:
| RecordID | Account |
| 1 | 12345 |
| 2 | 23456 |
| 3 | 56789 |
What went wrong with my workflow in configuration?
Thanks!