- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 12:48 AM
Hello All,
I have created one catalog item. So I want for a particular drop down option under a variable (name of the variable - Access required to and drop down under that - Pager duty) should go to a particular user for approval. How to set that in flow designer. Kindly help.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 01:02 AM
Follow the below steps:
1. You need to use the "Get Catalog Variables" action in the flow and get the catalog variable - Access Required to
2. Use an IF Flow Logic to check the option - Pager Duty
3. Add "Ask for Approval" step in the then section when the IF condition evaluates to true.
This is how the flow will look:
If you feel this has helped you a bit, you may mark the answer as helpful or accept it as a solution.
Regards,
Pranav Thanedar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 01:02 AM
Follow the below steps:
1. You need to use the "Get Catalog Variables" action in the flow and get the catalog variable - Access Required to
2. Use an IF Flow Logic to check the option - Pager Duty
3. Add "Ask for Approval" step in the then section when the IF condition evaluates to true.
This is how the flow will look:
If you feel this has helped you a bit, you may mark the answer as helpful or accept it as a solution.
Regards,
Pranav Thanedar
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2024 01:44 AM
Thanks for your help. But there are other drop down values present, those should go to other users. How will I set that.