Automated flow with multiple attachments

Vishal HINGMIRE 1 Reputation point
2020-06-12T11:42:59.097+00:00

HI,
Wondering to create automated flow with multiple stage approvers, multiple files need to attach.
Triad solution of creating array, but it work only for sending mail with attachments.

For multiple flow still using item link, but not good, to ask approves to open complete list & then search for attachment file link & then access it.
Also control condition with value not possible.
9944-capture.png

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,873 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,591 Reputation points Microsoft Employee
    2020-06-30T10:04:50.883+00:00

    If you need approvals in an order, then sequentially looping over the array should do the trick. For the approval, you can use the send approval email action.

    0 comments No comments