Using Regex for Flow Designer Action script output
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 08:20 AM
I am trying to create a reusable flow designer action to regex a string and return the output if the string is found. When I perform manual testing on the action I get a result in my actionOut variable. When I test against the actual flow executing, it returns nothing.
A couple of point for clarification:
- Both the flow and subflow are published
- I have validated that the string values are properly being brought in as inputs to the subflow.
Action Script:
- Labels:
-
Action Designer
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 08:25 AM
Hi,
did you map the output variable of JavaScript step to the output of action?
Thanks and Regards,
Saurabh Gupta
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 08:58 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-20-2023 08:58 AM - edited 12-20-2023 08:59 AM
Hi,
Can you please apply the gs.info in the JavaScript step and run the flow and check the logs.
Check the inputs in the gs.info as well.
Thanks and Regards,
Saurabh Gupta