aoris
Member
Hello team,
I am working with a workflow that receives a data set that I am formatting into various rows. I use Iterator to get through a json array (page visits). The iteration process goes fine with the different values (2 records, 2 sets of values, 2 rows in MySQL).
The issue I have is with data not going through the iteration, common to each row: it only gets written in the first record of the iteration, not the next ones. If I relate to the help video of the Iterator (11:18), it's as if I get all the data in the first record. And then the subsequent records only get the iterated values (Name, Id, Quantity, Amount), not the order number. I just don't understand where the error can come from. Any idea? -> the workflow.
Edit: same issue with Google Docs (used as test).
Thanks in advance,
Mickael
I am working with a workflow that receives a data set that I am formatting into various rows. I use Iterator to get through a json array (page visits). The iteration process goes fine with the different values (2 records, 2 sets of values, 2 rows in MySQL).
The issue I have is with data not going through the iteration, common to each row: it only gets written in the first record of the iteration, not the next ones. If I relate to the help video of the Iterator (11:18), it's as if I get all the data in the first record. And then the subsequent records only get the iterated values (Name, Id, Quantity, Amount), not the order number. I just don't understand where the error can come from. Any idea? -> the workflow.
Edit: same issue with Google Docs (used as test).
Thanks in advance,
Mickael