My working flow has following steps
1. When a new response is submitted - trigger
2. Get the response details (forms)
3. Add a row into a table (excel)
4. List rows present in a table (excel)
5 compose (data operation) In the input the expression should be last(outputs('List_rows_present_in_a_table')?['body/value'])
6. Parse Json
Content : outputs from step 5
Schema: "type: "object",
"properties": {
"@@odata.etag": {
"type": "string"
},
"Name of the column with calculated value": {
"type": "string"
}
}
}
You can list as many columns as you want (this is full item expression :
},
"Name of the column with calculated value": {
"type": "string")
it will generate new items on your dynamic content. Than you just paste them in emails etc.
I hope this helps.
Kamila