flow designer - How to use subflow outputs in flow script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 07:31 AM
I have a flow and that calls another subflow for processing. Down the flow I want to access output from subflow in a flow script (instead of using Data Pill picker).
I tried fd_data.subflow_outputs.<variable_name> but that gave me an error - "Unsupported reference: subflow_output (from fd_data.subflow_output.callers_number)"
Thank you.
- Labels:
-
Scripting and Coding
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 07:44 AM
Access the subflow output in Flow script like fd_data.<subflow>.outputvariablename
Thanks & Regards,
Vasanth
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 07:55 AM
what will be the value for <subflow>?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2022 09:52 PM