Fetch subflow input and flow variable in script
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 10:40 AM - edited 04-03-2024 10:46 AM
I am trying to write a logic with the Subflow input and flow variables. But dont know the object name and the syntax to fetch it in the script.
In flow designer, we use fd_data, I am looking for the same kind of object for subflow which I can use for fetching the value of IP and Adbor_Id.
Regards,
Farukh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 03:37 PM
custom script is a custom action that you created?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-03-2024 08:08 PM
Yes, but this question is generic one. If we need to add an inline script for any activity under a subflow, how to do that?
in below scenario, I am trying to add an inline script for adding logic to set the adbor_id based on input and other flow variable. Please help me out with the syntax that can do this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-04-2024 06:40 AM
This is my sub flow and it is working fine