Power Apps Power Apps SharePointリストの複数選択をリストボックスやチェックボックスで選択可能にする SharePointのリストからPower Appsでカスタムフォームを作ると、複数の項目を選択できる列はコンボボックスで作られる。機能的には全く問題ないんだけど、これをチェックボックスに変更できないか試してみた。SharePointの複数... 2020.04.24 Power Apps
Power Apps Power Apps SharePointカスタムフォームを消す方法 Power AppsでSharePointのカスタムフォームを作ってふと思う、あれ?これどうやって消すんだ??Power Appsのアプリ一覧を見ても見つからないので、どこにいったかわからない。そこで、カスタムフォームの消し方を探してみたら... 2020.04.23 Power Apps
Power Automate Power Automate 指数の計算 Power Automateには指数の計算アクションが用意されていないようだ。なので、もし指数の計算がしたければ自分で実装するしかないみたい。ExcelとかC#とかだとMath.Pow(er)関数みたいなのがあるんだけどね。Power Au... 2020.04.22 Power Automate
Power Automate Power Automate 配列を空にする Power Automateで作った配列を空にしたいことがあって少し調べてみたが、どうやら実装されていないよう。そこで海外のサイトを見ていたら工夫で何とかしているところがあったので、メモ。2022/12/05追記:配列を空にする方法mito... 2020.04.22 Power Automate
Power Apps Power Apps テキストボックスのテキストをアプリ側から操作する Power Appsのテキスト入力コントロール(以下テキストボックス)には「Textプロパティ」が存在しない。ラベルコントロール(以下ラベル)には「Textプロパティ」が存在するところを見ると、これはPower Appsが「ユーザに情報を表... 2020.04.22 Power Apps
Power Automate Power Automate SharePointの権限に関するアクションまとめ SharePointの権限をPower Automateからいじる機会があったので、そこで触ったアクションをまとめてみる。SharePointの権限SharePointには「権限」という機能がある。簡単に言うと、あるSharePointサイ... 2020.04.18 Power Automate
Power Automate Power AppsからPower Automateへのパラメータが消えない!? Power AppsからPower Automateに値を渡しててふと気づいたこと。あれ?引数消えなくね??ということで少し調べてみた。※2021/10/20追記:こちらの記事は古いPower Appsトリガーを使用しています。新しいPow... 2020.04.17 Power Automate
Power Apps Power Apps Power Appsで定義値(Define)を宣言してみる *2023/12/7追記:こちらの記事の内容は古くなりました。Power Appsにおける値の定期はApp.Formulasプロパティを使用してください。以下、こんな時代もあったんだな程度に。---Power Appsには値を定義する方法が... 2020.04.17 Power Apps
Power Apps Power Appsの変数がどこで使われているかを見る Power AppsではSet関数とUpdateContext関数を使用して変数を定義できるが、正直どこで変数を使用しているかたまにわからなくなる。Visual Studioみたいに文字列検索ができればいいんだけど、Power Appsで文... 2020.04.17 Power Apps
Power Automate Power Automateの例外処理は「スコープ」で行う 予期できるエラー(Blankへの参照など)は事前チェックで防ぐべきだけど、どうしても予期せぬエラーは発生してしまう。そんなエラーの発生を受け取るために、Power Automateでは「スコープ」を使用するみたい。2021/3/26追記:t... 2020.04.17 Power Automate