Power Automate
Power Apps では コレクションの中のアイテム・値を更新するときにUpdateIf関数を使いますが、Power Automateではどうやって実現したらよいでしょうか。 コレクションそのものではありませんが、Power AutomateではJSON配列をしばしば変数などで定義、利用す…
[2022/03/08] かなり配信が遅いテナントの既定の環境でも当該アクションの追加が確認できました。 Power Automate で Teams にメッセージを投稿する場合、これまで標準アクションでサポートされていたのはユーザーへの@メンション のみでした。 このほかにG…
前回はCosmos DBのリソース作成と複合インデックスの登録までやりました。 さて、これから作っていこうとしているLogic AppsのフローではCosmos DBにいったんRead APIで写真を読み取った結果を格納するわけですが、そのままにしておくのもよくないので一連の…
前回は、AI Builderのテキスト認識を利用して Power Appsのアプリでレシート画像を読み込み、レシートの行の構造を再構成する方法を紹介しました。 AI Builder の テキスト認識で読み取った結果を整形する - Power Apps での方法 - MoreBeerMorePower その際…
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…
この投稿は 2021/11/16 に実施したライブ配信の参考情報まとめです。 珍しくランチタイム勉強会 - Power Automate - YouTube 基本 : SharePointへのHTTP要求アクション すこし応用 : 一覧されていないURLへのリクエストなど すごく応用:サポートされていな…
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>…
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通知は提供されてきましたが、これはモバイルアプリ限定で動作するものでした。 アプリ内通知はモバイルアプリ利用中のみならず、ブラウザー…
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はレスポンスがPower AppsやPower Automateで使いやすい形式でしたので、カスタムコネクターを…
Power Automate からのTeamsへのメンションはこのブログの中でも何度も紹介してきましたが、今回はOutlookのメールです。 Outlookのメールでもメンションを利用することができて、メールのフィルターに使えたり、またはメンション部分をマウスでホバーすると…
はじめに Power Apps ではよく使う GroupBy (特定の列でのグループ化) と Ungroup (グループ化の解除) ですが、Power Automateにはありません。 GroupByのほうはあまり使わないかもしれませんが、Ungroup (グループの解除) のほうは、Power Automateでも必要…
Microsoft Teams と Power Automate の組み合わせで皆さんモヤモヤするのは『個人には@メンション送れるけどチームやチャネルには送れない!』ではないでしょうか。 これを打開するために、これまでにHTTPアクションでGraph APIを使う方法や、あるいはAzure…
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…
Page Analytics?? SharePoint onlineのページを表示すると出てくる「Analytics」というボタン、これをクリックするとページのアクセス解析グラフが表示されます。これとても綺麗で見やすいのですが、ページを横断してアクセス解析を自動取得したいという要望…
PowerShellなんて使えませんという方向けに。 Power Apps でアプリを共有したユーザーの一覧をCSVファイルにしたいシーンがあったので、以下のようなフローを作ってみました。 特に難しいことをしているわけではないです。Power Apps for Makersというコネク…
はじめに この投稿は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 はこれまでのMicrosoft製コネクター、3rdパーティの認定コネクターとは異なり、誰もが Power Automate/Logic Apps のコネクター提供者になれるプログラムです。 この…
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…
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 …
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 …
日本語だとちょっと難しいかも? 新しいトリガー しばらく前からプレビュー環境に追加されていた Microsoft Teams の新しいトリガー「キーワードが言及された場合 (When keywords are mentioned) 」が利用できるようになったので試してみました。 便利ではあ…
裏技だけどそのうちきっと公式に対応すると思います。(たぶん) 【2021/07/06 加筆】 そうこう言っている間に1週間たらずで対応されました。 現在はプレビュー環境のみですが、ほどなくして通常の環境でも利用可能になると思われます。 はじめに Power Auto…
SharePoint リストのコメント機能とは? 2020年の11月頃に追加されたSharePointリストの機能です。 アイテムに対してコメントを残すことができて、さらに最近のアップデートでユーザーにメンションする機能も追加されました。 詳しくは TAICHIさん の黒いブ…
0. はじめに ビジネスコミュニケーションツールである Slack では、ユーザーとのインタラクションを可能にする Block Kit という仕組みが提供されています。 api.slack.com Block Kit は、JSON形式で定義されるパーツを組み合わせることで、デバイスに最適な…
以前 Power Automate のクラウドフローで、Cloudmersive と Azure Speech Service を使って作成したフローのデスクトップ版です。 mofumofupower.hatenablog.com フロー概要 フロー全体 デスクトップフローではまず文字起こしの対象とするオーディオファイル…
はじめに Power Automate や Logic Apps には 標準で Azure Cognitive Service の中の Computer Vision API が利用可能です。 特に、画像やPDFドキュメントからの文字起こしができる "Optical Character Recognition (OCR) to JSON/Text" は使ったことがある…
『LIFF を HTMLとLIFF SDKで作れるのはわかったけど、画面作るの大変だな・・。』と悩んでいたのですが、Adaptive Cards使えばデザイナーあるな!と思ったのでやってみました。 今回は以前書いた以下2つの投稿を組み合わせたものです。 mofumofupower.hatena…