How to call the script include in flow designer approval

nikhitha24
Tera Guru

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

Mark Manders
Mega Patron

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