I’m utterly confused.
Yesterday I built a backend workflow that created a new thing/child things, from a “template” thing. I managed to get it working as I wanted before going to sleep last night.
I’ve come back in today to make some changes and it seems like there are pieces missing - I can’t figure out how this is now being triggered? Am I being dumb?
Here is the workflow that starts the process:
Here is the final step in that workflow
Here’s the backend workflow that creates Phases and Tasks and attaches the latter to the relevant parent:
I can’t understand how the backend workflow is being triggerrd, I had thought that my first step triggered it, but it’s not there.
There’s no other triggers involved, just one button that triggers that first workflow.