
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-27-2024 12:47 PM
With In Workflow Editor, we use this If Script below, to check if the Requested For is a manager, if they are then no Approval is Required, If Not a manager will ask for the Requested for Manager to Approve.
How can I do the same in Flow Designer?
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 11:23 PM - edited 03-01-2024 11:26 PM
you are using "Look Up Record" instead of "Look Up RecordS", that is why you don't see the counter.
These days, I am trying to achieve modularity without coding first (e.g. by using subflows), however if I really need a fine tuned solution which cannot be made with available components, I do it with custom action(s) 🙂
Just make sure to stick to the best practice like naming, modularity, reusability, etc.
Regards, Ivan

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-29-2024 09:10 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 11:22 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-01-2024 11:23 PM - edited 03-01-2024 11:26 PM
you are using "Look Up Record" instead of "Look Up RecordS", that is why you don't see the counter.
These days, I am trying to achieve modularity without coding first (e.g. by using subflows), however if I really need a fine tuned solution which cannot be made with available components, I do it with custom action(s) 🙂
Just make sure to stick to the best practice like naming, modularity, reusability, etc.
Regards, Ivan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-02-2024 12:13 AM
Hi @Mark Lanning ,
Before triggering approv or before approval activity you can simply create a 'If condition' action and then accordingly trigger the approval.
If your condition matches it will trigger approval if not it will move to else condition.
I hope this helps....
☑️ Please mark responses as HELPFUL or ACCEPT SOLUTION to assist future users in finding the right solution....