Resolved! What is the best way to loop through data from a file... like an csv?
I have a csv file with person ID numbers in one column. I need to use the id number to act on person records in the cloud via REST. What is the best way to setup a pipeline to get an ID, do some processing, then execute a REST snap, then go back and ...