Skip to content
Prev Previous commit
Next Next commit
Update deprecation-note.md
  • Loading branch information
v-bvishnu committed Sep 11, 2024
commit 1f1055b95db791ef4472d9cd230749567680ecc5
4 changes: 2 additions & 2 deletions msteams-platform/includes/deprecation-note.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@
>
> * Create a Power Automate connector: Power Automate enhances the widely used **Workflows** apps in Teams. It's the scalable and secure approach to transmit data programmatically into and out of Teams. If you adopt this method, you can create one or two workflow templates for posting alerts from your product to Teams channels. This approach simplifies user adoption of the new method. For more information, see [Power Automate for enterprise developers, ISVs, and partners.](/power-automate/developer/dev-enterprise-intro)
>
> * Update your Teams app: You can enhance your current Teams app. For example, you can enable users to set up proactive messages based on trigger events within your system. For more information, see [how bots can post to channels through proactive messages.](../resources/bot-v3/bot-conversations/bots-conversations.md#proactive-messages)
> * Update your Teams app: You can enhance your current Teams app. For example, you can enable users to set up proactive messages based on trigger events within your system. For more information, see [how bots can post to channels through proactive messages.](../bots/how-to/conversations/send-proactive-messages.md#send-the-message)
>
> **Known issues**
>
> * Workflows app can't post in private channels.
> * Workflows can't post messages using the payload or format of O365 Connectors. Workflows support only Adaptive Cards and don't support the older message card format.
> * Workflows can't post messages using the payload or format of O365 Connectors. Workflows support only Adaptive Cards and don't support the older message card format. For more information, see [how to convert connector message card format to Adaptive Card.](https://github.com/OfficeDev/Microsoft-Teams-Samples/tree/main/tools/message-card-to-ac-transformation)
> * Workflows aren't available in Government community cloud (GCC) High.
> * Workflows don't include connectors such as, Jenkins, DataDog, and so on.
> * Workflows can only be created in your default environment.
Expand Down