【PowerAutomate】フローのIDを確認する方法
・はじめに
今回紹介するのは、PowerAutomateで作成したフローのIDを調べる方法です。
備忘録的にまとめました。
・確認方法
1.PowerAutomate に接続します。
2.「マイフロー」をクリックします。
3.フローの一覧から、IDを確認したいフローの編集画面に遷移します。
4.フローの編集画面に遷移したら URL を確認してください。
下図赤枠内の「/flows/」と「/details」の間がフローのIDです。
・フローのIDが分かると何ができるのか
例えば、下記のような場合が考えられます。
・SharePointでJSONを利用してフローを実行するボタンを作成する場合
※この場合、ボタン押下時に実行するフローのIDをJSONに記載する必要があります。
以下、フロー実行ボタンのサンプルコードです。
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "button",
"customRowAction": {
"action": "executeFlow",
"actionParams": "{\"id\": \"実行するフローのIDを記載\"}"
},
"attributes": {
"class": "ms-fontColor-themePrimary ms-fontColor-themeDarker--hover"
},
"style": {
"cursor": "pointer",
"padding": "2px",
"margin-top": "2px"
},
"children": [
{
"elmType": "span",
"txtContent": " 送信 "
}
]
}
・宣伝
私が所属する会社(Funkit)でブログを運用しています。
Teamsの活用方法、EMSを利用したセキュリティの強化、Power Appsアプリの事例紹介などを掲載しています。
Author And Source
この問題について(【PowerAutomate】フローのIDを確認する方法), 我々は、より多くの情報をここで見つけました https://qiita.com/kura_yu/items/c9228ed1ddf923bb0c20著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .