Repeat Core Action and CSV

Hello,

I need to send an API call for each row of the imported CSV file and save each response in the DB.

This is the logic I have tried to build:

image

Without the “Repeat Core Action” everything works, but just once and for the first CSV row.

Can you help me, please?

You need to repeat the import step, not a just a single column like [0].schedule
So select the import step as a repeat expression.

2 Likes

Hello Teodor,

It is working!

Thank you!