I’m a fan of, in this scenario:
- Save each object to iterate over as a text (:format as text) that is a JSON object. Provide this list of texts (list of JSON objects as serialised strings)
- Within the recursive workflow, call your own backend using the current iteration’s JSON string to get it as useable JSON
- Do what you want in the workflow
- Schedule next iteration
1 Like