in Catlog form there are 2 variables application owner and custodian
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
in Catlog form there are 2 variables application owner and custodian both are refernce to user table i want to send approvals to those users.
i am using below code in approval activity but not working:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
If you are using workflow editor to approval via script may you use:
answer = []; answer.push('id1'); answer.push('id2');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hello @srikanthr066535 ,
To send approvals to users selected in catalog variables such as "application owner" and "custodian" (both referencing the user table), please use this.
Steps:
- Set the trigger as "Catalog" in Flow Designer.
- Add the "Get Catalog Variables" action. This will make all your catalog variables, including user references, available as data pills.
- Add the "Ask for Approval" action. In the "Users/Groups to Approve" field, use the Data Pill Picker to select the required variables from the output of the previous step.
- For parallel approvals, use the AND option to add multiple variables.
- Use conditions to handle approval or rejection as required
Let me know if you need additional help.
Please hit the like button and accept this as the solution if it helped you.
By the way, my replies/reply might show up a bit late as they are waiting for community approval. Thanks for your patience!
regards,
Prasad