Power Automate

Power Automate

Power Automate ODataフィルタークエリ式やトリガー条件式の作成はGPTに任せるととても楽|生成AI

最近Power PlatformでもGPTと一緒に開発する機会が増えたので、特に助けてもらっているポイントをメモ。AIとPower Platform最近色々とPower Platformの細かいところでAIに助けてもらうことが増えてきた。そ...
Power Automate

Power Automate 自動トリガーが動くタイミングや間隔を詳しく調べてみた|ポーリングトリガーとプッシュトリガー

Power Automateのトリガーの自動トリガーについて、動作する間隔など詳しく調べたのでメモ。自動化トリガー自動化トリガーは「メールが届いたら」とか「SPOリストにアイテムが追加されたとき」みたいに自動で起動するトリガーのこと。今更な...
Power Automate

Power Automate Viva Engageにファイルを添付して投稿する方法

Power AutomateからViva Engageにファイル添付ありで投稿する方法を聞かれたので、メモ。メッセージの投稿(V2)Power AutomateからViva Engageに投稿するアクションとして「メッセージの投稿(V2)」...
Power Automate

Power AutomateでOpenAI Whisper APIを呼ぶ|Power Apps連携で音声を文字起こし

今回はPower Automate経由でOpenAIのWhisper(Speech to Text)を呼び出してみたのでその結果をメモ。Whisperについて Whisperは、OpenAIが開発した汎用的な自動音声認識(ASR)モデル。 ...
Power Automate

Power Automate Dataverse 関連する子テーブルを一覧で取得するときのフィルタークエリ|ODataクエリ

Power AutomateでDataverseの関連する子テーブルを一覧で列挙する際のフィルタークエリをよく忘れてしまうので、メモ。やりたいことこんな感じで「ねこ」テーブルと「食事履歴」テーブルで「1:多」のリレーションを張ったとき、Po...
Power Automate

Powre Automate フローではテーブル「AAD Users」は使用できない|AccessToken not found

Power AutomateでAADユーザーテーブルを使用したときにエラーが発生したので、その内容をメモ。Power AutomateでAAD Usersテーブルを使用するとエラーが発生するこんな感じでPower AutomateからAAD...
Power Automate

Power Automate SPOのファイルコンテンツの取得でFile not foundエラーが出てハマった話

Power AutomateのSharePoint Onlineコネクタのアクション「ファイルコンテンツの取得」でFile not foundエラー(404)が発生し、しばらくはまったのでメモ。ファイルコンテンツの取得でFile Not F...
Power Automate

Power Automate Excel更新が反映されない問題を解決!「Do Until」でファイルの更新完了を待機する

Power AutomateのExcelアクションを使用してExcelファイルを更新した際、フローの作り方によっては実際のExcelファイルに更新がかかるまでにタイムラグが発生することがある。今回はそんなタイムラグが発生したときの対処法につ...
Power Automate

PowerAutomate Power Apps(V2)トリガーのオプション引数の使い方|引数未設定時のエラー対処方法

Power Automateのトリガー「Power Apps(V2)」のオプション引数の使い方で少しハマったのでメモ。オプション引数Power Apps(V2)トリガーで設定できる引数は「オプション(任意)」にすることができる。「・・・」メ...
Power Automate

Power Automate カスタムコネクタの呼び出しでエラーが出たときの対処|requires the property ‘body’ to be of type ‘Object’ but is of type ‘String’.

Power Automateからカスタムコネクタを呼び出したときに「 requires the property 'body' to be of type 'Object' but is of type 'String'.」というエラーが出...