I have a flow that sends an email based on an item being modified in a sharepoint list.
I would like to format the email content more elegantly using a HTML table.
My flow is essentially:
1. When an item is created or modified
2. Email
So trying to insert a HTML table i have tried
1. When an item is created or modified
2. Get items
3. Create HTML table
4. Email
This send all records from the Sharepoint list not just the single record being modified. I am not sure if this is the correct flow but is there a way of filtering the Get Items to jus the modified record?
Maybe a better way altogether?