An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
I have been trialling the loop operator with 100 iterations and as you can imagine filtering through the results manually is time consuming. Is there an operator which I can collate all of the loop output results into a single table or file?
Without know how you're processing your data it could be as simpl as placing an Append operator at the output of your Loop operator. There are other operators like Loop Collection or Collect that might be helpful as well.
Pretty fn annoying how loop results work eh?
What I do is append it to a file inside the loop process