Flow Designer approval
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Hi experts,
Im trying to lookup all change task records linked to the change request and send approvals to each unique change_task.assignment_group.managers.
I tried this flow but it only creates 1 approval record. Any recommendations would help.
Thanks,
Ash
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
"But its triggering only after the 1st approval is approved"
this is happening very often 😛 are all the 3 CTASKs created at once or also in sequence??
/* If my response wasn’t a total disaster ↙️ ⭐ drop a Kudos or Accept as Solution ✅ ↘️ Cheers! */
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
change tasks are created at once at an initial stage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
I am fetching it correctly, but the issue is approval records are created sequentially i.e. once the 1st approval record is approved, thats when the 2nd approval record gets created. Is there a way to create all approval records?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Can you share sample flow execution showing look up records for change_task count and assignment group manager fields ?
Which step you are checking change task assignment group manager is unique for approval ?
Thanks,
Bhuvan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 weeks ago
Look Up Change Task Records where (Change request is Input Sys ID)
│
└── Do the following in parallel
│
└── For Each Item in Change Task Records
│
└── Ask For Approval
├── Record: Current Change Task
├── Approver: Current Change Task.Assignment Group.Manager
├── Approval Field: [EMPTY]
└── Short Description: Change Task Owner Approval