Hi,
I created a flow to post messages in MS Teams when an item has been created in an SP list. But it's coming out as HTML.
Help! 😐
Solved! Go to Solution.
The person type column returns the data in format as you have shown but you can just get the person display name as well. So in the Post a Message action, for the person name, you can select the Assigned to Display Name from the dynamic selector or use the expression triggerOutputs()?['body/AssignedTo/DisplayName']
The date columns are returned in the ISO 8601 format. So you can use the expression:
The person type column returns the data in format as you have shown but you can just get the person display name as well. So in the Post a Message action, for the person name, you can select the Assigned to Display Name from the dynamic selector or use the expression triggerOutputs()?['body/AssignedTo/DisplayName']
The date columns are returned in the ISO 8601 format. So you can use the expression:
The first Microsoft-sponsored Power Platform Conference is coming in September. 100+ speakers, 150+ sessions, and what's new and next for Power Platform.
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
User | Count |
---|---|
12 | |
10 | |
10 | |
9 | |
6 |
User | Count |
---|---|
26 | |
20 | |
12 | |
10 | |
10 |