I have 1 main flow and 3 subflows. I want when the main flow is complete to trigger one of the subflows then when that subflow is complete, it triggers another subflow and then the 4th subflow.
How do I set this up?
Can you send a link to the automation?
The best thing to do would be to have a “dummy” input for the the subflow that you want to trigger when the main flow is complete, and then connect the final output of the main flow to that subflow, and then do the same for the subsequent subflows
Yep here you go https://www.gumloop.com/pipeline?workbook_id=5nBr7yuQBUCaTtJtBNp1DH
I created those outputs and inputs but I don’t know what does “connecting them” practically means. Is it giving the same name of the output with the input? Can you share a loom video on my flow maybe?
Thing is when I run the flow, it doesn’t run. Please see this loom LinkedIn post generator - AGENT | Gumloop - 13 February 2025 | Loom
I would recommend the following:
- Sign out
- Clear your cache
- Refresh the page
- Sign back in
- Try running again
Let me know if that works.
Still same issue…
Is it possible to get on a call?
Hey @Tarek - Yeah sure, I’ll DM you my Cal link.
Hey @Tarek - I had a deeper look at this flow with our dev team and confirmed that as of now circular dependency is not possible. This is why you’re seeing the run button in a perpetual load state.
Idea Generator → Content Writer → Refiner → Content Writer
Therefore for your use-case you could try a workaround like using a Google Sheets node to store the responses and score. The flow will then begin with the Sheet Reader node, filter if the score is less than 0.8 and only process those posts again.
Let me know if this makes sense and works for you. Apologies for the confusion here.
This topic was solved and automatically closed 3 days after the last reply. New replies are no longer allowed.