Power Automate

Power Automate

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

Power AutomateのSharePoint Onlineコネクタのアクション「ファイルコンテンツの取得」でFile not foundエラー(404)が発生し、しばらくはまったのでメモ。ファイルコンテンツの取得でFile Not F...
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 日付の差分を求める関数「dateDifferenece」が実装されていたので使ってみた

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

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

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

Power Apps Power Automateの呼び出しで「接続がこのサービスに対して構成されていません」エラーが出たときの話

Power AppsキャンバスからPower Automateを呼び出すアプリを作成した際に、見たことのないエラーメッセージ「接続がこのサービスに対して構成されていません。」が表示されたので、そのときの対処方法をメモ。現象Power App...
モデル駆動型アプリ

Power Apps 僕が知っているモデル駆動型アプリからPower Automateを呼び出す方法まとめ

今のところ僕が知っている「モデル駆動型アプリからPower Automateを呼び出す方法」をまとめてみた。キャンバスアプリを使う方法個人的に一番なじみ深いのがキャンバスアプリを使う方法。そんなキャンバスアプリを使う方法には、 ページを作成...
Power Automate

Power Automate SPOリストのアクション「複数の項目の取得」で取得できるアイテムは(既定だと)100件まで

Power Automateにあるアクション「複数の項目の取得」について調べたことをメモ。事前:今回使用するリスト今回実験で使用するリストはこのアイテム数が501件のリスト。列「Num」に連番を振っているこのリストに対して、「複数の項目の取...