Approval generation for users in multiple approval groups
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
It is important to note I have explored the flow, subflow actions and script in relation to this and there is no suppression of duplicates mentioned anywhere.
Please advise further?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
43m ago
Hi @LJ_23
check the property
glide.workflow.approval.suppress_duplicates
If set to true, change it to false ,
option 2:
Create a Subflow that accepts a Change Record and an Assignment Group as inputs.
2. Inside the Subflow, call the Ask for Approval action for that single group.
3. Crucial: In the Ask for Approval action properties, leave the Approval Field blank (do not select Change Request.Approval).
4. In your parent flow, use Do the following in parallel (or a For Each loop running independently) to spawn this subflow for each group.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
35m ago
there is no existing property under the name mentioned in option one
in regards to option two there is an existing subflow see below would you recommend calling the action within this flow?
thanks deepak
