User selection using a Table View in a loop

Worked out the solution to the above, just in case others might have similar challenges , the answer is to create a component in the workflow of the component, just for the Table Editor (Javascript) node part. And then because of the issues raised in Troubles Collecting Data At the Recursion Loop End , it is necessary to create a temporary file to collect the output data of each loop and retrieve it outside of the loop:

3 Likes