custom approval in flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2025 01:50 AM
Hello experts,
I am creating a flow designer in which in the output variable, i have comma seperated user's sysid's example
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @Deepika54 ,
I think you've created a custom action from flow designer. In this case why don't you return output as list reference type rather than string so you can use it directly in your main flow where you're using "Ask approval" activity.
Please follow below steps to modify your action output:
- Set output variable in script action as list reference to user table.
- In output create output variable of type list again.
- Click on exit edit mode and then set your output variable value with script step output value.
Once your action is setup then go back to your main flow and use above action output directly in your approval action like below:
Above solution will also work if you're using a subflow which is returning comma seperated string.
If my answer helps then please mark it helpful & accept this solution.
Thanks,
Utpal
