Create same catalog task with approval or without approval

Aman Trivedi1
Tera Contributor

Hi All,

So basically I have one drop down field name "Asset category" under which it has three choices

>> Standard

>> Non-Standard

>> Mobile thin client

AmanTrivedi1_0-1710310033178.png

So if I submit a request selecting Standard or Mobile thin client then no approval is required and create a catalog task but if I choose Non-standard and submit a request then it goes for two approval, one is manager and another manager head and after approved then same catalog task is created.

Need help understand how it'll implemented.

 

Thanks in Advance

4 REPLIES 4

dgarad
Giga Sage

Hi @Aman Trivedi1 

 

Create a workflow or flow for this

Thanks

If my answer finds you well, helpful, and related to the question asked. Please mark it as correct and helpful.

Thanks
dgarad

flow designer

yes

If my answer finds you well, helpful, and related to the question asked. Please mark it as correct and helpful.

Thanks
dgarad

Harish KM
Kilo Patron
Kilo Patron

Hi @Aman Trivedi1 you can use flow designer in below steps

1. Use get catalog variables action to retrieve variables

2. use if condition to check the choice value

 using if condition you can check choice is Standard or Mobile

then create task

else

trigger approval

another approval

catalog task

Regards
Harish