2021-09-01から1ヶ月間の記事一覧
Around the beginning of June, the post message action in Power Automate through the Teams connector was updated to allow you to send messages to group chats. The action requires the ID of the group chat or the ID of the meeting, but even i…
Sometimes I saw a sorrow about Power Apps authoring experience, like: "It was working fine until last week, then I edited it with the latest Studio and it looks broken!" or "I don't see an option in the Studio version list!" As you may kno…
So far, Offline-capable canvas apps are supported only on mobile player or app running in Teams environment. Because there are some differences in functionality between apps that run in Teams and canvas apps created in a normal environment…
2021/9/21に投稿されたJohn LiuのブログとReza DorraniのYoutube動画を組み合わせて、日本語を含む (ダブルクォーテーションなどで囲まれていたり囲まれていなかったりする) CSVをうまくPower Appsのコレクションに取り込めたので、方法を書いておきます。 R…
モデル駆動型アプリでのアプリ内通知は2021年8月末にパブリックプレビューが開始された新機能です。 これまでもPush通知は提供されてきましたが、これはモバイルアプリ限定で動作するものでした。 アプリ内通知はモバイルアプリ利用中のみならず、ブラウザー…
The use of C# code in custom connectors is a very effective way to simplify/extend the Power Automate flow by writing a few lines of code. docs.microsoft.com According to the documentation, no actual request will be made to the backend ser…
最近はずっとSVGを使ってアプリを装飾するような試みを続けていますが、今回は背景画像を作れるアプリを作ってみました。 ダウンロードはコミュニティサンプルからどうぞ。 powerusers.microsoft.com このアプリでは、SVGのPatternという仕組みを利用して、…
カラーパレットを作ってくれるようなサービスはいろいろありますが、API経由で実行できて&無料で使えるものとなるとそれほど多くはないようです。 The Color APIはレスポンスがPower AppsやPower Automateで使いやすい形式でしたので、カスタムコネクターを…
Power Automate からのTeamsへのメンションはこのブログの中でも何度も紹介してきましたが、今回はOutlookのメールです。 Outlookのメールでもメンションを利用することができて、メールのフィルターに使えたり、またはメンション部分をマウスでホバーすると…
はじめに Power Apps ではよく使う GroupBy (特定の列でのグループ化) と Ungroup (グループ化の解除) ですが、Power Automateにはありません。 GroupByのほうはあまり使わないかもしれませんが、Ungroup (グループの解除) のほうは、Power Automateでも必要…
Power Apps で Google Material Icons を使う場合、GithubにあるアイコンのURLを画像コントロールに指定する方法もありますが、これだとアイコンの色が変えられないのが難点です。 アプリのテーマに合わせた色のアイコンを利用できるように、アイコンを一覧…
A lot of column formatting using SVG has been created so far. Check amazing samples from てっちゃん. mynote365.hatenadiary.com In this post, I will show you how to format a number-type column using 7segment display made with SVG and also t…