Hi all, I've Q on how to make Alteryx app do "looping" job - read 1st data entry at a time, generate output just for that data entry, and then reads 2nd data entry, generate output for 2nd entry and read 3rd entry..
I know how to use App to update a data entry at a time, but ideally I'd like Alteryx to read from an input file, and say if that input file has ID 1, 2, 3 (in 1 col, 3 rows) then Alteryx can generate 3 separate outputs.

| ID | Color | Name |
1 | red | apple |
| 2 | yellow | banana |
| 3 | green | kiwi |
| 4 | red | strawberry |
| 5 | purple | grape |
Thank you in advance!