How to call the script include in flow designer approval
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 12:55 AM
Hi Team,
I am new to the flow designer trying to convert the workflow to flow designer as i have the approval group activity in the workflow where the approvals are calling from the script include.
How can we call the same in "Ask for Approval" in a flow designer.
Script written in the workflow:
var answer = [];
answer. push(UserCatalogItem.GetApprovalGroupForUserManagementSystem(current));
Thank you.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-19-2024 01:16 AM
Create a script step with input needed for the script include and output the result from the script include. You can call the script include within your script.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark