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'.」というエラーが出... 2023.04.26 Power Automate
Power Automate Power Automate 2つのテーブルやリストの差分を抽出する|SQLのExceptをデータ操作で実現する Power Automateで2つのテーブルの差分をとりたいときがあったので、そのやり方をメモ。やりたいこと例えばこんなSPOリストと、こんなExcelがあるとき、列「Mail」を比較して Excelにだけあるデータ → SPOリストに新規... 2023.01.01 Power Automate
Power Automate Power Automate フローで使用したExcelを消す際は6分待つ必要あり|共有するためにロックしていますの対処 Power Automate内で使用したExcelファイルを消そうとしたとき、エラーが発生したので対処方法をメモ。エラー「~が共有するためにロックしています。」例えばこんな感じでテーブルを持つExcelファイルがあって(中身は適当)、これを... 2022.12.05 Power Automate
Power Automate Power Automate 日付の差分を求める関数「dateDifferenece」が実装されていたので使ってみた 以前この記事でPower AutomateにはDateDiff機能が存在しないと紹介したけれど、いつの間にかしれっと実装されていたので実際に使ってみた。Power AutomateにDateDiffが実装されている!いつの間にかPower ... 2022.10.31 Power Automate
Power Automate Power Automate SharePointリストの選択肢列をスイッチで使用する|選択なしの場合のきれいな書き方も Power AutomateのスイッチにSharePointリストの選択肢列を使用したいとき、少し手間取ったのでメモ。やりたいことこんな感じで選択肢列があるSharePointリストをPower Automateのスイッチで使いたいときのお... 2022.10.04 Power Automate
Power Automate Power Automate SPOリストのアクション「複数の項目の取得」で取得できるアイテムは(既定だと)100件まで Power Automateにあるアクション「複数の項目の取得」について調べたことをメモ。事前:今回使用するリスト今回実験で使用するリストはこのアイテム数が501件のリスト。列「Num」に連番を振っているこのリストに対して、「複数の項目の取... 2022.03.13 Power Automate
Power Automate Power Automate Excel Onlineのスクリプトを使ってグラフの画像をメールで送る|スクリプトの実行 Power AutomateにあるExcelのアクション「スクリプトの実行」がかなり便利だったので遊んでみた。参考サイト今回の参考サイトはこちらExcel Online限定のOffice スクリプトを使用してグラフを作成し、そのグラフを画像... 2022.02.25 Power Automate
Power Automate Power Automate SharePointリストの値を「空」にする方法|選択肢列を「空」にする方法も かなり今更だけどPower AutomateでSharePointリストの値を空にする方法がわからなかったので、調べた結果をメモ。やりたいことこんな感じで必須じゃない列があるリストに対して、適当なデータを入れて、Power Automate... 2022.02.19 Power Automate
Power Automate Power Automate DateDiff関数の代わりになる子フローを作ってみた|日数は計算できるようになった! 2022/10/31追記:Power AutomateにdateDifference関数が実装されたのでこの記事は不要になりました。以下旧記事ー--Power AutomateにはDateDiff関数が用意されておらず、たまに困ることがある... 2022.02.11 Power Automate
Power Automate Power AutomateにDateDiff関数がないのって地味に困るので他に方法がないか調べてみた 2022/10/31追記:Power AutomateにdateDifference関数が実装されたのでこの記事は不要になりました。以下旧記事ー--Power AutomateにDateDiff関数が無いっていうのは知っていたけど、やっぱり... 2022.02.10 Power Automate