Flow designer: How to use stages in subflows?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-04-2019 01:08 AM
Hi,
Since madrid we try to use the new flow designer as much as we can.
We have a large process now that we are implementing with flow designer. To be able to keep a good overview we're making use of the subflows. One thing you can't do in subflows is setting the stages like in the mainflow. So how do you set stages in a subflow?
- 5,151 Views
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 03:51 AM
Table would be e.g. sc_req_item for updating the Stage of a Requested Item, it's used by the Document ID field to then reference the record where the Stage needs updating.
Here's how those input attributes are set up, where you can see Document ID is dependent on Table:

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2025 04:11 AM
Just an FYI this was very helpful. Mine throws a security error in higher environments. I know I can get around this by impersonating the System admin in the script first then running the script. If there's a more favourable method to avoid this issue I'm all ears but for the most part thanks allot for this solution