Hello,
I'm looking to include the modifications of an item in a SharePoint list the send email by an automated flow.
with get items this works fine, but creating an HTML table for the modified item fields is not working for me.
What is the right way I should do that?
Thanks for all.
Can you explain a little further - do you want just the changed values and column names in the table?
Hi @ScottShearer
Yes, I need the changed columns names and values in the table and other columns and values as well.
Would it be possible?
Hi @Greg68 ,
Do you want to create an html table with a single record returned by the trigger?
The Create html table Action expects an array as input, so you could build an array manually with the Variable Action.
I have made a test for your reference.
1. Here is my list.
2. Here is my flow.
{
"ColumnName1": Dynamic Content1,
"ColumnName2": "Value",
"ColumnName3": Dynamic Content2
}
Result Screenshot:
Best Regards,
Charlie Choi
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Announcing a new way to share your feedback with the Power Automate Team.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
72 | |
26 | |
16 | |
16 | |
15 |
User | Count |
---|---|
145 | |
44 | |
44 | |
33 | |
30 |