Power Automate

Power Automate

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

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

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

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

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

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

Power Automate Excelへの変更が適用されない(適用にタイムラグがある)ときの対処方法の検討

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'.」というエラーが出...
Power Automate

Power Automate 2つのテーブルやリストの差分を抽出する|SQLのExceptをデータ操作で実現する

Power Automateで2つのテーブルの差分をとりたいときがあったので、そのやり方をメモ。 やりたいこと 例えばこんなSPOリストと、 こんなExcelがあるとき、 列「Mail」を比較して Excelにだけあるデータ → SPOリス...
Power Automate

Power Automate フローで使用したExcelを消す際は6分待つ必要あり|共有するためにロックしていますの対処

Power Automate内で使用したExcelファイルを消そうとしたとき、エラーが発生したので対処方法をメモ。 エラー「~が共有するためにロックしています。」 例えばこんな感じでテーブルを持つExcelファイルがあって(中身は適当)、 ...
Power Automate

Power Automate 日付の差分を求める関数「dateDifferenece」が実装されていたので使ってみた

以前この記事でPower AutomateにはDateDiff機能が存在しないと紹介したけれど、いつの間にかしれっと実装されていたので実際に使ってみた。 Power AutomateにDateDiffが実装されている! いつの間にかPowe...
Power Automate

Power Automate SharePointリストの選択肢列をスイッチで使用する|選択なしの場合のきれいな書き方も

Power AutomateのスイッチにSharePointリストの選択肢列を使用したいとき、少し手間取ったのでメモ。 やりたいこと こんな感じで選択肢列があるSharePointリストをPower Automateのスイッチで使いたいとき...