Hi,
I'm using the "Send a Microsoft Graph HTTP request" activity in Power Automate cloud flows to get the replies of Teams messages.
For a certain message, I have 24 replies - however, when running the activity, the output does not provide an "odata.nextLink" element, so I am unable to get all the replies (it only returns the latest 20).
The URI is this: v1.0/teams/<teamID>/channels/<channelId>/messages/<messageID>/replies
This is the response (truncated);
"body": {
"@odata.context": "https://graph.microsoft.com/v1.0/$metadata#teams('<redacted>')/channels('<redacted>')/messages('<redacted>')/replies",
"@odata.count": 20,
"value": [
{
Here's a screenshot with the number of replies:
How can I solve this, please?
Thank you in advance.