
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2023 04:31 PM
I am adding a number of approvals within a flow, some of these get sent out in parallel, however I'd like to identify in some way for the user exactly what these approvals are for:
eg: One approval might be to approve a security concern is ok, the other might be to approve one of the people requested are approved to be added to a group.
These need to occur at the same time in the flow and actually also go to the same team, is there a way to obviously make them display what each approval is for?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2023 07:28 PM
How do you dictate who gets an approval request? Stick a notification just before creating the approval. Or add a eventqueue just before with a specific event.
if using a dedicated task per approval, Add a signifier somewhere within the dedicated task to reference when creating the notification.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2023 07:28 PM
How do you dictate who gets an approval request? Stick a notification just before creating the approval. Or add a eventqueue just before with a specific event.
if using a dedicated task per approval, Add a signifier somewhere within the dedicated task to reference when creating the notification.