Add multiple rows to Notion from JSON

I’m trying to create new rows from a HTTP Request from my ERP. I’m getting 5 results, but i only managed to send one result.

What do i have to change in my workflow to send all the results to notion, one for each new row in notion?

After your HTTP module, you may try to add an “Iterator” and map the “Data” array output from your HTTP module - this will split the array into multiple bundles, and then pass each bundle separately to the subsequent Notion module

4 Likes

Worked perfectly, thanks!

1 Like