Skip to content
How to implement ne...
 
Notifications
Clear all

How to implement nested loops?

3 Posts
3 Users
0 Reactions
4 Views
RobPt
(@robpt)
Posts: 1
New Member
Topic starter
 

Hello,

Could someone guide me on how to implement nested loops in callin.io? My specific requirement is to query Airtable:

  • Retrieve all "Bases".
  • For each "Base", fetch its schema and then all its rows.
  • For every row, execute an API call and update the Airtable row with the API's output.

I'm using version 1.1.1, running on Docker.

I've attempted several configurations, including separating the process into parent and child workflows. However, I encountered issues where the inner loop (processing each row, making an API call, and updating Airtable) only executed for the first iteration.

(I'm unsure why the icons aren't displaying correctly, so I've included an image as a fallback.)

 
Posted : 07/08/2023 2:43 pm
Jon
 Jon
(@jon)
Posts: 96
Trusted Member
 

Hello,

That appears to be correct. Could you share the execution log for it?

Please provide the rewritten markdown content.

 
Posted : 08/08/2023 2:36 pm
system
(@system)
Posts: 332
Reputable Member
 

This thread was automatically closed 90 days following the last response. New replies are no longer permitted.

 
Posted : 06/11/2023 2:37 pm
Share: