I’m trying to create around 500 things with an API workflow.
Everytime a thing is created I schedule the same api worflow for 2 seconds in the future for it to create a new thing, with the condition to only do this while de number of things created is smaller than the number of things to create.
After the api is scheduled, there’s an action to make changes to a thing, basically saving in the database that the flow has finished. It has a condition to only happen when all the things have been created.
I trigger it in a worflow where the user uploads a XLSX table, I call an external API to parse it to JSON and send one of the lists the the api workflow.
Sorry I did not get back too you @arturbraga , we ran into a nasty issue and have been working 29 hours straight on it (so far). Glad to see others have jumped in.
John