Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Flow designer

Moutushi Ghosh1
Tera Contributor

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.

1 ACCEPTED SOLUTION

Pranav_Thanedar
Mega Sage

@Moutushi Ghosh1 ,

 

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

 

Pranav_Thanedar_0-1706777979115.png

2. Use an IF Flow Logic to check the option - Pager Duty

Pranav_Thanedar_1-1706778037846.png

3. Add "Ask for Approval" step in the then section when the IF condition evaluates to true.

 

This is how the flow will look:

 

Pranav_Thanedar_2-1706778132784.png

 

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

View solution in original post

2 REPLIES 2

Pranav_Thanedar
Mega Sage

@Moutushi Ghosh1 ,

 

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

 

Pranav_Thanedar_0-1706777979115.png

2. Use an IF Flow Logic to check the option - Pager Duty

Pranav_Thanedar_1-1706778037846.png

3. Add "Ask for Approval" step in the then section when the IF condition evaluates to true.

 

This is how the flow will look:

 

Pranav_Thanedar_2-1706778132784.png

 

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

Thanks for your help. But there are other drop down values present, those should go to other users. How will I set that.