Hi all,
Not sure if I am missing something, I have looked up a few other questions, however I am not able to append some data to my token.
I have some data (orders) coming through a table form. There can be 3 states to each row of data which is captured by the last column (1,2,3)
So my solution is to take the form table and in workflow filter it back out and then insert it back into tables in the form ie Table 1,2,3. I've managed to use multi token values to grab and insert data into form tables, but I can't seem to filter the initial table. I thought this would be best done with a multi value token via some conditions, and then putting that token into the respective table.
The part I am stuck with is appending values to the token
So for an initial test I am just doing a for each row, append to the token, however I can't seem to find an append command. I'm trying to avoid using a database to filter.
Any help appreciated.