Here's my action chain.
It consists of "Creating a document - DocA" and two loop actions to create two series of documents linked to DocA.
I have tried all different ways to run a loop action but haven't been able to run any actions past Loop 1.
If I switch the position of loops (i.e., run Loop 2 before Loop 1), Loop 2 gets executed, and any actions post that are NOT executed.
Expectation from the entire action chain:
- Create a Firebase Doc A - was able to successfully execute it
- Run Loop 1 - was able to successfully execute it
- Run Loop 2 - unable to execute it
- Navigate to the page - If I put this before Loop 1, then it is executed, after Loop 1, it does not get executed.
Any help would be appreciated ๐