How to Set the Same Flow Variables in a Subflow as in the Main Flow
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-24-2024 09:18 PM
I have linked multiple subflows to a flow. If anyone knows how to set the same flow variables in a subflow as in the main flow, please let me know.
I’ve specified the Consumer record, which triggers this flow, as the flow variable, so I want to pass the same data to the subflow.
Flow
Subflow
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-25-2024 02:23 AM
yeah, here it seems you created Subflow input variable type as a string, so within the reference table all the string fields are available to select. Try changing the subflow variable type to Reference and then select the flow variable.