flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I have 3 layers of approvals first 2 fields are reference and 3rd one is to be approved with User Rahul. I want if Rahul is already the approver in first then 3rd layer approval should not be asked if he is not then should ask. I have followed the below way but it is not working. please suggest the solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @vikaskumarc,
could you possibly share the condition in full? this seems not to be entirely right:
Answers generated by GlideFather. Check for accuracy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
I would try to build the condition opposite way - the step 2 IS NOT the step 12 (currently it is 12 is not 2).
And when you execute/test the flow, what do you get in the test executions? there are flow logs to see what values are returned and how was that condition evaluated.
Can you review this?
Answers generated by GlideFather. Check for accuracy.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
yesterday
Hi @vikaskumarc
Assuming in Flow :
- Approval 1 (Reference Field 1) //Level1
- Approval 2 (Reference Field 2) //Level 2
Flow Logic – IF: Add a condition to verify whether Rahul is already included in the previous approvals.
Sample condition: If Approval 1 → Approver → sys_id equals Rahul’s sys_id OR Approval 2 → Approver → sys_id equals Rahul’s sys_id.
Flow Logic – ELSE: Include an “Ask for Approval” action for Rahul.
