I am using Google analytics query to populate the dataset. However sometimes the results are more than 10,000 and so I want to collect all results in a table using the start Index as variable and stopping the loop untill the table row count is less than 10,000. How do I do that ? Also this should be inside a master loop.
I have been trying recursive loops for some time, but there is also this conditional flow that is present. Hence I decided to work around by storing the variable in the file and reading it back. After implementing this, I am getting this error: ERROR Variable Condition Loop End 4:486 Execute failed: Encountered duplicate row ID "Iteration 0" at row number 2
I am not able to understand how could the interation value not change...and is there a provision to prevent this.
Thanks...actually I solved it by changing the currentIteration variable for every iteration....since there is a bug with Variable Condition Loop End node
Yes, there is an option missing in the Variable Loop End, to make it possible to have rowid adapted to the iteration. I will push this into our bug tracking system.