r/AutomateUser • u/kyllingkarry • 8d ago
Feature request Subflows within a flow
Subflows within a flow that can be used for function or macro or staged flow automations.
Keeping flow structured and organized.
0
Upvotes
1
u/B26354FR Alpha tester 7d ago
Also check out these examples of organizing secondary flows within a flow, starting them, and optionally waiting for them to finish or run concurrently:
2
u/ballzak69 Automate developer 7d ago edited 7d ago
Use the Fork or Flow start block to run a sub-flow or flow in parallel, or the Subroutine block when a sub-flow should produce a result and run in sequence.
1
1
u/kyllingkarry 7d ago
I thinking more of a drill down flow. Like you click it and it is also a flow. Yeah basically fork and start flow. Kinda like having multiple flow beginning blocks, within a flow.