Announcements
Around June 11, 2026, a workflow that had been running on a scheduled basis stopped working. After checking, it appears to fail at the point where it retrieves a Teams @mention tag and attempts to post a message that includes it.
The error JSON (specifically the cause of the error) is shown below:
{ "error": { "code": "BotRequestFailed", "message": "Request to the Bot Framework failed with error: '{\"error\":{\"code\":\"BadArgument\",\"message\":\"Decoded tag id has invalid format\"}}'." } }
Regarding the message content, the tag ID is not manually entered. Instead, the @mention retrieved in a previous step via the GUI is inserted into the message, so there should be no issue with the input itself. In fact, the tag ID obtained in the earlier step and the ID that is rendered as <atTag> at the time of posting are identical.
<atTag>
Despite this, the error above occurs.
Is anyone else experiencing the same issue? Also, does anyone know how to resolve this?
For reference, I have confirmed that user mentions (not tag mentions) work without any issues.
Since it broke with no change on your side, and user mentions still work while only tag mentions fail, this looks like a service-side change in the Teams connector / Bot Framework rather than your flow. "Decoded tag id has invalid format" means the API is rejecting the tag ID format at post time.
Worth trying:
Re-fetch the tag token fresh in the same run (delete and re-add the "Get @mention token for a tag" step) so it regenerates with the current format — a stale or recreated tag ID throws exactly this.
Confirm the tag still exists with the same members.
If it persists, check the M365 admin health dashboard and raise a Microsoft support ticket . As a temporary workaround, switch to individual user mentions since those still work.
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
Jump in, show your community spirit, and win prizes!
Expanding mentorship, skilling, and AI innovation
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Valantis 377
11manish 279
David_MA 234 Super User 2026 Season 1