To give a concrete example:

  1. I launch an API Workflow on an ingredient list.
  2. This API will take the list of my ingredients and update them all.
  3. I then have to take the whole list, find the associated recipes and update a new recipe list (so I’m also working via a Workflow API on a list).

And this logic runs several times to update all the data I need: the result of one list allows me to update the next etc…