I’m wondering why my API call is not iterating through my entire table. I managed to get all details of the first item without issues, but it is not iterating through the table for other entries.
your backend workflow is not setup to run recursively…do some searches on the forum regarding recursive backend workflows to see how they are setup, you’ll likely find some posts with comments from me describing how to do this exact thing (ie: API call results in recursive backend workflow to save to db)
I’ve changed it to schedule backend workflow as you’ve said, but it’s still returning me only one entry.
My list popper log shows all entries of the API call (each API call returns me 10 items, and my popper shows all 10). It didn’t pop one by one. It did correctly create one database entry with only the first API data, but it stopped there.
My last step in my backend workflow to make it recursive is as above. Since the list doesn’t pop - it goes on infinitely, but only with the first API entry.