
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2020 01:36 AM
Hi,
I created custom flow designer Action which will accept user sysId as Input and finds the sysId of VP user record and return that VP sysId as Output.
When I test the Action, It all works fine and it returns the VP sysId as expected, but after I publish this Action and add to the Flow, it is accepting the user SysId as Input but does not return any value as Output in the flow.
Please find screenprints of custom action steps and Action test results and and Flow Error.
Please help fix this issue. Thanks
Step 1: Input Variable
Step 2 : Script Step
Step 3: Output Variable
Action Test Results:
Flow Error due to Find VPSysId Action not returning any Value to flow.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2020 01:45 AM
HI,
vpSysId declared in line number 14 should be declared out of if loop. Declare it at the top and then try it should work.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2020 01:45 AM
HI,
vpSysId declared in line number 14 should be declared out of if loop. Declare it at the top and then try it should work.
Thanks,
Ashutosh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-07-2020 08:37 PM
Thanks a lot Ashutosh, It worked...!!!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-06-2022 06:42 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-08-2022 07:50 AM