Hi,
when using the Column List Loop start I find myself often doing either of the two things hindering me from following the main objective:
- Splitting columns I do not want to process and concatenating at the end or
- Filtering excluded columns so their are not added many times over
Adding more context … the regular loop end won’t work because it concatenates the iteration results:
Using the Loop End (Column Append), the natural choice, results in the above described scenario requiring to split or filter.
Henceforth, I’d like to propose to consider any or all of the following suggestions:
- Add an option to not pass excluded columns
- Add an option to append excluded columns at the end
- Fix the issue in the above screenshot which adds the duplicated columns once per iteration
Best
Mike