Hello all together,
I am trying to write a workflow for MS teams.
The workflow should send a message to a channel and inform people been assign to a tag.
For this I used the code [1].
But I got [2] as an error.
So far I checked the guid and can confirm that a a tag with <our tag GUID> does exist.
Any idea what could be the root cause for this error?
[1]
{
"wrap": true,
"MsTeams": {
"entities": [
{
"type": "Mention",
"text": "<at>our tag name</at>",
"mentioned": {
"id": "our tag GUID",
"name": "display string for the our tag",
"type": "tag"
}
}
]
}
}
[2]
Received failure status from graph while attempting to get user details. Status: '404', Code: 'Request_ResourceNotFound', Message: 'Resource 'our tag name' does not exist or one of its queried reference-property objects are not present.', Batch Response ID: '0', Batch request-id: 'somevalue', Batch client-request-id: 'somevalue'