MoreBeerMorePower

Power Platform中心だけど、ノーコード/ローコード系を書いてます。

モダンコントロールに関する新機能「Optimize for devices」

Power Apps のキャンバスアプリでプレビュー提供されているモダンコントロールに関する新機能が Authoring version 3.23112.10 で追加されましたのでご紹介です。 モダンコントロールがプレビュー/実験的機能として追加された当初、アプリ作成者の不満の1つ…

Quick Tips on How to apply New theming system to Classic controls

Intro - New theming system A new theme system is available in Power Apps v3.23075.7. This allows for consistent management of the colors of modern controls within the app, which was previously not possible to set. However, as noted at the …

Power Apps で XML Beautifier を作成 (vkBeautifyを移植)

今回はPower Apps 夏の自由研究として XMLを整形するアプリを Power Appsで作ってみました。 テキストボックスに入力されたインデントなどが適切に入っていないXMLを、ボタンをクリックすることで綺麗に整形してくれます。 XMLの整形 (XML Beautifier) を行…

Read CSV file content in Power Apps w/o Flow

The requirement to import CSV files in Power Apps is very popular, and is an expected feature in the case of bulk data registration, for example. So far, it has been known to pass a CSV file to Power Automate, and returns the resulting rea…

マルチバイト文字対応のBase64 Encoder

以前作成したPower Appsで利用可能なBase64 Encoder/Decoderですが、日本語を含むマルチバイト文字に対応していないという課題がありました。 mofumofupower.hatenablog.com Power Apps上でBase64エンコードできると、Office 365 Groupsコネクターを使ってGr…

Post Adaptive Cards directly from Canvas app

With the addition of Untyped object, many actions can now be executed in Power Apps. If an action parameter requires a dynamic object, Power Apps requires that parameter to be passed as an Untyped object. In this article, I will show you h…

SharePoint News に購読機能を追加する - 購読者管理とメールでの通知

はじめに 組織内のチームで定期的にニュースやブログを投稿している場合、一般のブログサービスのように購読者(ブログやニュースに興味のあるユーザー)に対して自動的にニュース・ブログの通知を送りたいという要望があります。 SharePoint Onlineではメー…