Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 09:40 PM
Hi Team ,
Can anyone please me in Workflow ,
For every - option we have to give line manager approval , and for each option 2nd level approval is different ,
I have stuck here , If I give line manager , and workflow will be big . . . . . workflow maintenance is very tough ,
how should we proceed with approvals .
Can anyone please help ...... me help me here with steps .
Thanks in advance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 10:51 PM
Hi @nameisnani ,
Create one backend table with 3 fields- Azure file share name, Approver1 and Approver2.
Based on selected file share name take approvals.
Use below workflow
Thanks & Regards
Shikha Tyagi
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 11:01 PM
Hi @nameisnani
Please create one backend table with 3 fields- Azure Filename share, Approval 1 and Approval2.
Based on the selected Azure file name, Approval1 and Approval2 will trigger.
Try with below workflow.
Thanks & Regards
Shikha Tyagi
Please mark this response as correct or helpful if it assisted you with your question.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 11:31 PM
Don't use legacy workflow for this.
Use Flow Designer with a Decision table.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2024 12:19 AM
Hi @nameisnani
Let's have a look to the Decision Builder.
Decision Builder enables developers to decouple decision logic from their code by creating and maintaining decision rules. Decision Builder provides an intuitive interface to create and manage decision tables, which store sets of decision rules.
Ref: Platform Academy Session #10: Getting Started with Decision Builder
Cheers,
Tai Vu