I need to get user input to using a table view applying the selection processes the data for the next loop in which another choice must be made until all data is processed. I need the loop to interrupt until the user can make a selection but not sure how to get this to work
1 Like
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
Glad you found a way. Thanks for posting your solution for the benefit of others!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.