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
Power Automate Power Automate Formsで複数選択した回答をSPOリストの複数選択肢列に格納する方法 やりたいことFormsにこんな感じで複数選択可能な質問があって上のFormsで選択された回答を、SPOリストの複数選択可能な選択肢列に入れてみる。Formsで複数選択したときに受け取れる文字列まずはいつも通りFormsの応答の詳細を取得する... 2021.08.24 Power Automate
Power Automate Power Automate HTTPリクエストのヘッダの「Content-Type」は自動で追加してくれる Power AutomateのHTTPアクションを使用したとき、ヘッダにContent-Typeを含めて送信したんだけどなぜか相手に届かない。。。軽く調べてみたのでその内容をメモ。HTTPアクションにContent-Typeを含めても相手に... 2021.08.04 Power Automate