Runtime Value Skipped in Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-14-2021 01:48 AM
When i created a flow designer according to the module.
the ask for approval action completed with result as skipped instead of waiting.
and if statement evaluated to false as in if the condition was approved.
i have set manager for the user i am using to requested for.
refer to attachment below.
- Labels:
-
Studio
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-26-2022 11:25 AM
Hi,
I found a method today that I feel gives you an opportunity to work around if first approval is manager so the flow doesnt skip next approvers. so long as each next approver is a manager, they will appear in the flow if implemented like so:
The method I found for this issue today was to:
1. use a "look up" step by group[sys_user_group] or by user [sys_user] to access its manager's approval.
2. ask previous step's data pill for that approval.
*you can only ever ask for approval after a manager's approval in a flow, IF the subsequent approval is also a manager. This should shed some light on proper business unit recommendations informing design in the future.
Please mark this answer as helpful, the previous answer doesn't work in Rome Release Forward.