I am trying to write a csv file based on tokens generated in a retrieve field values workflow step. I have successfully done so by hard coding it.
However, I have a “count token” that counts the number of values in a multi value token. I would like to take the number in the “count token” and use that as the number of rows in the csv file. For example, if the “count token” has a value of 2, there would be 2 rows of data in the csv file.
Appreciate any response. Thanks.