Can I create nested backend workflows, such as running a backend workflow loop within another backend workflow loop? I’m attempting to achieve this, but when I include the second backend workflow within the first one, I’m unable to access the data sources of the second one.
You can call your own backend endpoint with the API Connector Plugin.
So instead of the default “Schedule API workflow” action, you’d use the API Connector Plugin which enables you to access the result of the workflow.
thx I’ll try this approach.