I’m a fan of, in this scenario:

  1. 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)
  2. Within the recursive workflow, call your own backend using the current iteration’s JSON string to get it as useable JSON
  3. Do what you want in the workflow
  4. Schedule next iteration
1 Like