Update the content of a chat or channel message. Important: This action is supported only when using the delegated (OAuth) method, and the signed-in user can update only messages they originally created.
External DocumentationTo learn more, visit the Microsoft Teams documentation.

Parameters

ParameterDescription
Channel IDThe ID of the channel to update the message in.

Can be obtained by using the List Channels action.
Chat IDThe ID of the chat to send the message in.
Can be obtained by using the List Chats action.

Note: The dynamic dropdown is supported only for OAuth (delegated) connections.
ContentThe new content of the message to update.
Message IDThe ID of the message to update.

Can be obtained by using the List Channel Messages action.
Message SourceChoose whether to edit a chat or channel message.
Team IDThe ID of the team.

Can be obtained by using the List All Teams action.

Workflow Library Example

Update Message with Microsoft Teams and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop