
Announcements
Here I have collection from gallery that need to send to the user outlook. gallery data source is SharePoint List. And we have check box in the gallery based number of items user selected, I am creating a collection based on number of check boxes selected in the gallery. That collection need to send to the that user's Outlook. Please advice..
Hi @ChangalR ,
You can send the collection to the Power Automate flow using the JSON function.
JSON(CollectionName)
On the Power Automate flow, you must use a Parse JSON action to parse the data.
Then this will give you the fields in your collection.
You could use a HTML table step then to get it into a table format and add this to the body of the email.
Hope this helps, please accept as solution if so 🙂
Aaron