次の方法で共有

アダプティブカードで投稿するテーブルでメンションをしたい

Anonymous
2024-07-17T09:50:32+00:00

PowerAutomateを用いてアダプティブカードを投稿するシステムを作成しています。

アダプティブカードでは<アダプティブカード情報>のようにテーブルを投稿する予定です。

テーブルの値(TextBlock)の中にメンションを付けたいのですが、下記のようなエラーが発生します。

「One or more mention entity could not be found in card text」

※TextBlockの要素には<at></at>のメンションは下記より実施可能の認識です。 https://learn.microsoft.com/en-us/microsoftteams/platform/task-modules-and-cards/cards/cards-format?tabs=adaptive-md%2Cdesktop%2Cconnector-html#mention-support-within-adaptive-cards

エラーの原因と解決策が分かりますでしょうか?

<アダプティブカード情報> { "type": "AdaptiveCard", "$schema": "[http://adaptivecards.io/schemas/adaptive-card.json]", "version": "1.5", "body": [ { "type": "Table", "gridStyle": "accent", "columns": [ { "width": 1 }, { "width": 1 }, { "width": 3 } ], "rows": [ { "type": "TableRow", "cells": [ { "type": "TableCell", "items": [ { "type": "TextBlock", "text": "******@sample.com", "wrap": true, "weight": "Bolder" } ] }, { "type": "TableCell", "items": [ { "type": "TextBlock", "text": "Type", "wrap": true, "weight": "Bolder" } ] }, { "type": "TableCell", "items": [ { "type": "TextBlock", "text": "Description", "wrap": true, "weight": "Bolder" } ] } ], "style": "accent" } ] } ] }

コミュニティ センター | 監視されない

ロックされた質問。 この質問は、Microsoft サポート コミュニティから移行されました。 役に立つかどうかに投票することはできますが、コメントの追加、質問への返信やフォローはできません。

0 件のコメント コメントはありません

1 件の回答

並べ替え方法: 最も役に立つ
  1. Anonymous
    2024-07-17T09:56:07+00:00

    Power Platform(PowerApps、PowerAutomateなど)については、下記の専用公式コミュニティで質問して下さい。
    Power Platform Community

     ├ Power Apps Community
     ├ Power Automate Community

     ├ Power BI Community

     ├ Power Pages

     └ Copilot Studio
    ※ 閲覧者・回答者が多い公式サイトをお勧めします。

      英語で質問を投稿してください。

    7/22までは読み取り専用になっている様なので、それ以降で対応して下さい。(時差も考慮要。)

    この回答は役に立ちましたか?

    0 件のコメント コメントはありません