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:
Learn to digitize and optimize business processes and connect all your applications to share data in real time.
Come together to explore latest innovations in code and application development—and gain insights from experts from around the world.
At the monthly call, connect with other leaders and find out how community makes your experience even better.
User | Count |
---|---|
22 | |
21 | |
9 | |
7 | |
7 |
User | Count |
---|---|
33 | |
31 | |
24 | |
22 | |
11 |