Using mapped value

  • Goal: uploading the csv sheet and then fetching each columns from that sheet and running apis

  • issue : for each of the columns i am mapping a value, i want to use the same in the api, wanted to know how we can use the mapped value

My approach would be to
-- Ingest the CSV
-- Extract the data into an array
-- Loop through the array using JS or a workflow to hit the APIs

1 Like

I agree with @ferret141's approach :slightly_smiling_face:

You can use additionalScope to dynamically pass data from each item in the array to your api: Write and run JavaScript | Retool Docs

Let us know if any questions come up!

1 Like