Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 09:05 AM
I suppose if you could create a Flow Variable within the Main Flow that was an array/list of some kind, after each sub-flow instance execution has completed, you could "push" the sub-flow output value(s) into a unique element on that array (within the loop as mentioned above), thus preserving the exit state of each sub-flow run. This is something I plan to try soon, as I have a need for this.