multiple approvals not triggering from a list collector variable
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
6 hours ago - last edited 6 hours ago
Hi Team,
I have one list collector variable for 'additional approver' field which has defined in a flow to trigger approvals.
Its working for one record.
However not for multiple records, i tried with Look up records action with for each logic but still didn't work.
Can anyone please help on how to fix the same.
Thanks,
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
5 hours ago - last edited 5 hours ago
Hi @Sri56 ,
can you share the screenshot
Thanks,
BK
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
4 hours ago
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 hours ago
Hi @Sri56 ,
I was able to reproduce a similar scenario
If your requirement is to send approvals one after another (sequential approvals), this approach works well.
If your requirement is to create all approval records at once (parallel approvals), you can avoid the For Each loop and configure the Ask For Approval action to use multiple approvers directly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
40m ago
Hi,
I couldn't able to select variable name from the action created:
Please help me!
Thanks,
Sri
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
8m ago
Hi @Sri56,
From your screenshot, Additional Approver is an Array.Object output.
Could you share the configuration of your custom action (especially the Outputs and the Script that populates the Additional Approver output)? That will help identify whether the output type needs to be changed to a supported type