MoreBeerMorePower

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

2023-07-01から1ヶ月間の記事一覧

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…