MoreBeerMorePower

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

Power Automate

Power AutomateでJSON配列の値を更新する方法3選

Power Apps では コレクションの中のアイテム・値を更新するときにUpdateIf関数を使いますが、Power Automateではどうやって実現したらよいでしょうか。 コレクションそのものではありませんが、Power AutomateではJSON配列をしばしば変数などで定義、利用す…

Power Automate の Teams向けアクションに タグへのメンションが追加されました

[2022/03/08] かなり配信が遅いテナントの既定の環境でも当該アクションの追加が確認できました。 Power Automate で Teams にメッセージを投稿する場合、これまで標準アクションでサポートされていたのはユーザーへの@メンション のみでした。 このほかにG…

【備忘録】Power Automate/Logic AppsでCosmos DBに保存したアイテムを一括削除

前回はCosmos DBのリソース作成と複合インデックスの登録までやりました。 さて、これから作っていこうとしているLogic AppsのフローではCosmos DBにいったんRead APIで写真を読み取った結果を格納するわけですが、そのままにしておくのもよくないので一連の…

AI Builder の テキスト認識で読み取った結果を整形する - Power Automate での方法

前回は、AI Builderのテキスト認識を利用して Power Appsのアプリでレシート画像を読み込み、レシートの行の構造を再構成する方法を紹介しました。 AI Builder の テキスト認識で読み取った結果を整形する - Power Apps での方法 - MoreBeerMorePower その際…

Detect Unauthorized Git repo used in Power Apps co-authoring

Git version control, aka Co-Authoring feature is AWESOME! Co-authoring in canvas apps (experimental) - Power Apps | Microsoft Docs But... admins may be concerned that the source code may leak to inappropriate (= not managed by organization…

『SharePointへのHTTP要求』アクション活用術(基本・裏技)

この投稿は 2021/11/16 に実施したライブ配信の参考情報まとめです。 珍しくランチタイム勉強会 - Power Automate - YouTube 基本 : SharePointへのHTTP要求アクション すこし応用 : 一覧されていないURLへのリクエストなど すごく応用:サポートされていな…

Post a teams message with Tag mention from Power Automate

Posting a teams channel message with Tag mention is achieved using Graph API via flow with following Url https://graph.microsoft.com/v1.0/teams/<teamId>/channels/<channelId>/messages and request body (See Ref. Mention a tag with a flow – Expiscornovus from D</channelid></teamid>…

Sending Flow bot message from Power Automate to group chat/meeting chat

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…

モデル駆動型アプリでのアプリ内通知の設定

モデル駆動型アプリでのアプリ内通知は2021年8月末にパブリックプレビューが開始された新機能です。 これまでもPush通知は提供されてきましたが、これはモバイルアプリ限定で動作するものでした。 アプリ内通知はモバイルアプリ利用中のみならず、ブラウザー…

Calculate Sum & Average in Power Automate using C# code in a custom connector

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…

カラーパレットや色の変換をしてくれるAPI : The Color API のカスタムコネクターを作りました

カラーパレットを作ってくれるようなサービスはいろいろありますが、API経由で実行できて&無料で使えるものとなるとそれほど多くはないようです。 The Color APIはレスポンスがPower AppsやPower Automateで使いやすい形式でしたので、カスタムコネクターを…

Outlook の@メンション入りメッセージを Power Automate から送る

Power Automate からのTeamsへのメンションはこのブログの中でも何度も紹介してきましたが、今回はOutlookのメールです。 Outlookのメールでもメンションを利用することができて、メールのフィルターに使えたり、またはメンション部分をマウスでホバーすると…

Power Automate での GroupBy と Ungroup 操作

はじめに Power Apps ではよく使う GroupBy (特定の列でのグループ化) と Ungroup (グループ化の解除) ですが、Power Automateにはありません。 GroupByのほうはあまり使わないかもしれませんが、Ungroup (グループの解除) のほうは、Power Automateでも必要…

Power Automate でプレミアムアクションを使わずに Teams のチャネルやチームにメンションを送る

Microsoft Teams と Power Automate の組み合わせで皆さんモヤモヤするのは『個人には@メンション送れるけどチームやチャネルには送れない!』ではないでしょうか。 これを打開するために、これまでにHTTPアクションでGraph APIを使う方法や、あるいはAzure…

Get Question details of Forms with Power Automate

Power Automate only allows you to get the response details using the Forms connector, it does not provide the question details of Forms survey - title, type, choices etc. . In this post, I'll show you how to get the details of a Forms surv…

SharePoint Online の Page Analytics を Power Automate から取得する

Page Analytics?? SharePoint onlineのページを表示すると出てくる「Analytics」というボタン、これをクリックするとページのアクセス解析グラフが表示されます。これとても綺麗で見やすいのですが、ページを横断してアクセス解析を自動取得したいという要望…

アプリを共有したユーザーの一覧を Power Automate でCSVファイルとして保存する

PowerShellなんて使えませんという方向けに。 Power Apps でアプリを共有したユーザーの一覧をCSVファイルにしたいシーンがあったので、以下のようなフローを作ってみました。 特に難しいことをしているわけではないです。Power Apps for Makersというコネク…

Power Automate を利用して Word 文章に画像や文字列を挿入する方法

はじめに この投稿はPaul Muranaによって投稿された以下のビデオ 『Fill and Sign a Word Document with Power Apps and Power Automate without using any premium actions』の日本語解説です。 今回素晴らしい方法を紹介してくれ、日本語で紹介することを…

疲れ目に効く!定期休息通知フローのご紹介

8時間も集中して仕事していたらその晩強めの頭痛が・・・ やはりずっとディスプレイ見ているのはよくないなと思っていたら、もくだいさん に 『45分ごとに休憩を入れるといいらしいです』と教えていただきました。 なるほど、 これは Power Automate の出番…

だれもがコネクター提供者になれる"Independent Publisher Connector Program"が登場!

あなたの作ったカスタムコネクタ-が世界中に! Independent Publisher Connector Program はこれまでのMicrosoft製コネクター、3rdパーティの認定コネクターとは異なり、誰もが Power Automate/Logic Apps のコネクター提供者になれるプログラムです。 この…

Calling Flow bot from Teams channel conversation

The Flow bot can post messages and Adaptive Cards to Teams, as well as execute some instant flows from a 1:1 chat it. It is also possible to run a flow from a channel's chat message by using "For a selected message" trigger, but this requi…

Set Location-type column in SharePoint list from Power Automate

Intro The Location column in SharePoint list is very distinctive composite type field that stores multiple location properties - Country, Street, Postal-code, Lat/Long etc.., and it shows static map in list view. Unfortunately, it is hard …

Building a simple People picker in Adaptive Card based on group members

Adaptive cards are a way to provide an interactive UI for Teams channels or user chats, and Power Automate allows you to do this without coding. For example, when a list item or task is created, you can instantly notify Teams about it and …

Teams の新しいトリガー「キーワードが言及された場合」

日本語だとちょっと難しいかも? 新しいトリガー しばらく前からプレビュー環境に追加されていた Microsoft Teams の新しいトリガー「キーワードが言及された場合 (When keywords are mentioned) 」が利用できるようになったので試してみました。 便利ではあ…

【不要になりました】Teams に Adaptive Card を投稿するアクションの裏技

裏技だけどそのうちきっと公式に対応すると思います。(たぶん) 【2021/07/06 加筆】 そうこう言っている間に1週間たらずで対応されました。 現在はプレビュー環境のみですが、ほどなくして通常の環境でも利用可能になると思われます。 はじめに Power Auto…

Power Automate から SharePoint リスト のコメントを追加する

SharePoint リストのコメント機能とは? 2020年の11月頃に追加されたSharePointリストの機能です。 アイテムに対してコメントを残すことができて、さらに最近のアップデートでユーザーにメンションする機能も追加されました。 詳しくは TAICHIさん の黒いブ…

Power Automate で Slack Block Kit メッセージを送る

0. はじめに ビジネスコミュニケーションツールである Slack では、ユーザーとのインタラクションを可能にする Block Kit という仕組みが提供されています。 api.slack.com Block Kit は、JSON形式で定義されるパーツを組み合わせることで、デバイスに最適な…

Power Automate Desktop と Azure Speech Serviceで MP3 ファイルを文字起こし

以前 Power Automate のクラウドフローで、Cloudmersive と Azure Speech Service を使って作成したフローのデスクトップ版です。 mofumofupower.hatenablog.com フロー概要 フロー全体 デスクトップフローではまず文字起こしの対象とするオーディオファイル…

Computer Vision - Read API を Power Automate で利用する方法

はじめに Power Automate や Logic Apps には 標準で Azure Cognitive Service の中の Computer Vision API が利用可能です。 特に、画像やPDFドキュメントからの文字起こしができる "Optical Character Recognition (OCR) to JSON/Text" は使ったことがある…

LIFF を Adaptive Cards で らくらく作成!

『LIFF を HTMLとLIFF SDKで作れるのはわかったけど、画面作るの大変だな・・。』と悩んでいたのですが、Adaptive Cards使えばデザイナーあるな!と思ったのでやってみました。 今回は以前書いた以下2つの投稿を組み合わせたものです。 mofumofupower.hatena…