Hey @Lumyna - you should look into recursive workflows.
SAWOL can be unreliable when needing to
- rely on the previous item being updated,
- update the same thing as the other workflow (handling race conditions) and
- handle actions that are variable in completion time (e.g. external API, plugin actions, heavy workflows)
2 Likes