Power Automate Power Automate Desktopでbluetoothイヤホンを接続する 3月の頭にリリースされたMicrosoftの無償RPA、Power Automate Desktopを遅ればせながら試してみました。とはいえ、もともとRPA全般には若干否定的でして。あまりにもそこで取り扱われる処理が小手先の話で、... 2021.05.26 Power Automate
Power Automate Power Automateで平日のみ実行するフローを作成(繰り返しの使い方) Power Automateで平日のみ実行するフローを作る方法として、以前、dayOfWeek関数を使う方法をエントリしたが、久しぶりに見てみるとデフォルトで用意されている「繰り返し」のトリガーでもっと簡単に実装できることに気が付... 2020.07.12 Power Automate
Power Automate Power Automateで平日のみ実行するフローを作成(dayOfWeekの使い方) PowerAutomateで平日の決まった時間に1日1回実行するフローを作りたくなりました。Teamsに決まった時間に投稿したいな、と思ったのがきっかけです。 ただ、PowerAutomateの繰り返し実行の設定は、あまり細... 2020.05.13 Power Automate
Power Automate Power Automateの日時コネクタで日本時間に変換する PowerAutomateで日時を扱うときに、日本時間に変換して処理する方法として、getFutureTime()とaddToTime()を使った方法を先日記事にしましたが、あらかじめPowerAutomateで用意されているコネ... 2020.05.10 Power Automate
Power Automate Power Automateで日付を扱う処理(utcNowとgetFutureTimeとaddToTime) PowerAutomateで関数を使って日付を取得してあれこれするにあたり、とりあえず使ってみた関数が utcNow() だったが、結果が想像と違ったため、色々と他の関数を試してみたので結果を遺してみます。 単純にutcNo... 2020.05.09 Power Automate
Power Automate Power Automateで指定時間に繰り返し実行するフローを作成する Power Automateは基本的にトリガー(処理を動かすきっかけ)が何かしら必要。例えば、あるメールを受信したときとか、Twitterで投稿されたときとか。こういうトリガーがないと動かない。 何かを受信したり発信したりと... 2020.05.09 Power Automate