Create same catalog task with approval or without approval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2024 11:11 PM - edited ‎03-12-2024 11:12 PM
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2024 11:19 PM
Create a workflow or flow for this
Thanks
Thanks
dgarad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2024 11:20 PM
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2024 11:28 PM
yes
Thanks
dgarad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-12-2024 11:36 PM
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
Harish