I am trying to export the conversation from a Teams channel but not getting the results I require. I have used this as a guide but the output doesn't provide me with the selected parameters and just gives me the created dates. I only allow replies to a single post in the channel so there aren't multiple posts to export. The output looks like this
CHAT BACKUP
2023-10-16T13:21:13.672Z
Tech Support Security - (These are tagged teams within that Channel.)
2023-10-18T11:44:10.463Z
2023-11-28T08:32:04.024Z
2023-11-28T09:24:33.131Z
Even though I have selected these as the required output
<table>
<tr>
<td>1. @{body('Parse_JSON')?['properties']?['value']?['items']?['properties']?['createdDateTime']}</td>
<td>2. @{body('Parse_JSON')?['properties']?['value']?['items']?['properties']?['eventDetail']?['properties']?['initiator']?['properties']?['user']?['properties']?['displayName']}</td>
<td>3. @{body('Parse_JSON')?['properties']?['value']?['items']?['properties']?['body']?['properties']?['content']}</td>
<td></td>
</tr>
Can anyone assist with why I can't pull the required fields out of the JSON?

Report
All responses (
Answers (