SlideShare a Scribd company logo
1 of 46
Download to read offline
カスタムリスト添付ファイル
Power Apps をそえて
Power Apps オンライン勉強会 ~MVP二人会~
#JPAUG #PowerApps
@yamad365
https://qiita.com/yamad365
山田 晃央(Yamada, Teruchika)
Microsoft MVP
Business Applications
2020 -
こんなコト
言われたんですヨ
社内ポータル
です
(簡単だけど)
添付ファイルの
中身も
表示してよ!
標準機能に
無いんです
詳細で
確認して
ください
そんなの
メンドーだよッ!
で
き
ね
ぇ
っ
て
い
っ
と
る
が
や
!
(
名
古
屋
弁
)
とは言え。
ニーズがあるらしい。
じゃぁ、アレするか。
マカセロー!
自己紹介 どうも“やまさん”です。
喋るヒト
#愛知 #名古屋弁 #三河弁 #M365 #MSクラウド
#PowerAppダイスキー #MVP #BizApp
株式会社アイシーソフト
シニアテクニカルマネジャー
http://www.icsoft.jp/
yamad365
https://qiita.com/yamad365
通称「火消魂 のヒト」です
【悩み】
オンライン勉強会だと、バックプリント(背景)をご覧いただけない (;´Д`)
“Yamad365”
で
検索してください!
おしながき
1. 経緯の説明(は既に完了している認識w)
2. Power Apps で対応案1
3. Power Apps で対応案2
4. まとめ
さて、本題。
の
その前に…
説明に利用するSPOカスタムリスト
「タイトル」
と
「添付ファイル」
だけですw
Qiita で記事公開済みです
■SPOカスタムリストの添付ファイルを Power Apps で一覧化する
https://qiita.com/yamad365/items/48d1c03ba5c42272d8d2
■“Yamad365”で検索、または下記からもどうぞ
https://qiita.com/yamad365
おしながき
1. 経緯の説明(は既に完了している認識w)
2. Power Apps で対応案1
3. Power Apps で対応案2
4. まとめ
対策案1 Gallery in Gallery
ギャラリーコントロールの”入れ子”
• 手順
1. Screen に ギャラリーコントロールを追加する
2. ギャラリーコントロール の1行目編集状態で、
さらに、ギャラリーコントロールを追加する
子ギャラリーに「添付ファイル」
コントロール プロパティ 設定値
Gallery2 Items ThisItem.添付ファイル
Gallery2
のLabel
Text ThisItem.DisplayName
対策案1の課題
1. ファイルの種類がひと目でわからない
2. クリックしても反応しない
課題に対する改善アイディア
◆課題1
• ファイルの種類がひと目でわからない
◆改善案
• 対応したアイコンを表示する
• 拡張子で判断しましょう( “.” で Split して Last 取るです)
https://docs.microsoft.com/ja-jp/powerapps/maker/canvas-apps/functions/function-first-last?WT.mc_id=BA-MVP-5004053
https://docs.microsoft.com/ja-jp/powerapps/maker/canvas-apps/functions/function-split?WT.mc_id=BA-MVP-5004053
課題に対する改善アイディア
◆課題2
• クリックしても反応しない
◆改善案
• Launch 関数でヨロシク処理する
https://docs.microsoft.com/ja-jp/powerapps/maker/canvas-apps/functions/function-param?WT.mc_id=BA-MVP-5004053#launch
参考情報
• Office Online で開きたい場合は、
URL末尾に ”web=1” パラメーターを付与
https://qiita.com/yamad365/items/235496e6962708e0f95a
• Office クライアントアプリで起動したい場合は、
URI スキームを指定する(※ブラウザー依存)
https://qiita.com/yamad365/items/314797ab42cf93606dde
https://docs.microsoft.com/ja-jp/windows/uwp/launch-resume/reserved-uri-scheme-names?WT.mc_id=BA-MVP-5004053
おしながき
1. 経緯の説明(は既に完了している認識w)
2. Power Apps で対応案1
3. Power Apps で対応案2
4. まとめ
対策案2 Gallery in Attachments
添付ファイルコントロールの強制移植
• 手順
1. Screen に ギャラリーコントロールを追加する
2. ディスプレイフォームコントロールから、
「添付ファイル」コントロールをコピーしてくる
https://qiita.com/yamad365/items/48d1c03ba5c42272d8d2
強制移植の手順
1. 新しい Screen を追加する
2. 追加した Screen へ「ディスプレイ」フォームコントロールを追加する
3. [添付ファイル]が表示されるようにフォームコントロールを設定する
4. Gallery1 等で選択されているアイテムを表示するよう設定する
(※手順省略可能)
5. 表示された内容から『添付ファイルコントロール』のみをコピーする
6. 追加したい Gallery コントロールへペースト
7. プロパティの[表示モード]を“ビュー”へ変更
8. 色々とエラーになっている箇所を修正する
9. 添付ファイルコントロールの[Items]プロパティへ
“ThisItem.添付ファイル”を指定
Step by Step の説明はデモで補完
(作る時間が無かったヨ。ゴメンナサイ)
クライアントアプリ起動させたい場合
「添付ファイル」コントロール
[詳細設定] → [Value] プロパティ
を
“AbsoluteUri”
➢ スマホだとエラーになります… → “AbsoluteUri”
ダウンロードさせたい場合
「添付ファイル」コントロール
[詳細設定] → [Value] プロパティ
を
“Value”
iPhone で試してみた
おしながき
1. 経緯の説明(は既に完了している認識w)
2. Power Apps で対応案1
3. Power Apps で対応案2
4. まとめ
まとめ
資料だけでは動きがわかりづらい…。是非、皆さんも実際にお試しください。
主観的比較
対応案 メリット デメリット
対応案1
Gallery in Gallery
A) 自由度が高い
→ 右クリックイベントが
認識できたらなぁ…
B) スマホ側の挙動も、
“ある程度”コントロール可能
→ ほぼ自作になるのでw
A) 実装の手数が多い
→ めんどくせぇw
B) アイコン準備が大変
対応案2
Gallery in Attachments
A) 実装の手数が少ない = 楽
→ コピペ+α で完了する
B) 見た目が ”それっぽい”
→ アイコンも自動なので楽
A) 自由度が低い
B) スマホ側の挙動が不安
C) コントロールの情報が少ない
→ Docs すらない(;^ω^)
まとめ
•自由度を求めるなら Gallery の入れ子 推奨
•手軽さ、”それっぽさ”を求めるなら、
「添付ファイル」コントロール移植
✓添付ファイルコントロールは、
少々クセがあるのでご利用は計画的に!
必要に応じて選択です!
君は自由だ。
選びたまえ、つまり作りたまえ。
ジャン=ポール・サルトル
「実存主義はヒューマニズムである」より
まず「作る」「試す」。
話はソレからだ。
貴方のアイディアと、
ほんの小さなアプリで、
業務が改善される!(かもしれない)
素晴らしい
Power Platform Life を!
See you next
Japan Power Platform User Group
🤩🤩🤩
See you next
#JPAUG
😍📢👍

More Related Content

What's hot

SharePointリストのフォームのカスタマイズを利用したときにハマること
SharePointリストのフォームのカスタマイズを利用したときにハマることSharePointリストのフォームのカスタマイズを利用したときにハマること
SharePointリストのフォームのカスタマイズを利用したときにハマることた な
 
え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~
え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~
え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~Yugo Shimizu
 
Power Appsを使って映画の予約や履歴の管理をしてみた
Power Appsを使って映画の予約や履歴の管理をしてみたPower Appsを使って映画の予約や履歴の管理をしてみた
Power Appsを使って映画の予約や履歴の管理をしてみた桑田 紗耶加
 
【de:code 2020】 レガシーシステムをデジタルの世界へ! Power Automate UI フロー入門
【de:code 2020】 レガシーシステムをデジタルの世界へ! Power Automate UI フロー入門【de:code 2020】 レガシーシステムをデジタルの世界へ! Power Automate UI フロー入門
【de:code 2020】 レガシーシステムをデジタルの世界へ! Power Automate UI フロー入門日本マイクロソフト株式会社
 
Power Apps term explanation
Power Apps term explanation Power Apps term explanation
Power Apps term explanation Makoto Maeda
 
Microsoft Dataverse for Teams の裏側をみてみよう
Microsoft Dataverse for Teamsの裏側をみてみようMicrosoft Dataverse for Teamsの裏側をみてみよう
Microsoft Dataverse for Teams の裏側をみてみようTeruchika Yamada
 
Power Apps? なにそれ? おいしいの?
Power Apps? なにそれ? おいしいの?Power Apps? なにそれ? おいしいの?
Power Apps? なにそれ? おいしいの?Junichi Kodama
 
FormsとPower AutomateとTeamsを使った問合せ管理の仕組みをつくる
FormsとPower AutomateとTeamsを使った問合せ管理の仕組みをつくるFormsとPower AutomateとTeamsを使った問合せ管理の仕組みをつくる
FormsとPower AutomateとTeamsを使った問合せ管理の仕組みをつくる新一 河村
 
そのアプリ開発 PowerAppsでやるか否かの指針?(※個人的見解)
そのアプリ開発PowerAppsでやるか否かの指針?(※個人的見解)そのアプリ開発PowerAppsでやるか否かの指針?(※個人的見解)
そのアプリ開発 PowerAppsでやるか否かの指針?(※個人的見解)Teruchika Yamada
 
SharePoint Online 外部共有を考える
SharePoint Online 外部共有を考えるSharePoint Online 外部共有を考える
SharePoint Online 外部共有を考えるTeruchika Yamada
 
SharePoint モダンポータル 2021年アップデートと最新のファイル管理方法
SharePoint モダンポータル 2021年アップデートと最新のファイル管理方法SharePoint モダンポータル 2021年アップデートと最新のファイル管理方法
SharePoint モダンポータル 2021年アップデートと最新のファイル管理方法Ai Hirano
 
詳説!Azure AD 条件付きアクセス - 動作の仕組みを理解する編
詳説!Azure AD 条件付きアクセス - 動作の仕組みを理解する編詳説!Azure AD 条件付きアクセス - 動作の仕組みを理解する編
詳説!Azure AD 条件付きアクセス - 動作の仕組みを理解する編Yusuke Kodama
 
Power Query Online
Power Query OnlinePower Query Online
Power Query OnlineRyoma Nagata
 
よく聞くけど、「SharePoint リストの 5,000 件問題」ってなんなの?
よく聞くけど、「SharePoint リストの 5,000 件問題」ってなんなの?よく聞くけど、「SharePoint リストの 5,000 件問題」ってなんなの?
よく聞くけど、「SharePoint リストの 5,000 件問題」ってなんなの?Hirofumi Ota
 
Microsoft Graph APIを活用した社内アプリケーション開発
Microsoft Graph APIを活用した社内アプリケーション開発Microsoft Graph APIを活用した社内アプリケーション開発
Microsoft Graph APIを活用した社内アプリケーション開発Yuki Hattori
 
Power BI のいろいろな活用パターン
Power BI のいろいろな活用パターンPower BI のいろいろな活用パターン
Power BI のいろいろな活用パターンYugo Shimizu
 
事例から学ぶ!Power Platformガバナンス設計~CoEの話も添えて~
事例から学ぶ!Power Platformガバナンス設計~CoEの話も添えて~事例から学ぶ!Power Platformガバナンス設計~CoEの話も添えて~
事例から学ぶ!Power Platformガバナンス設計~CoEの話も添えて~Junichi Kodama
 

What's hot (20)

SharePointリストのフォームのカスタマイズを利用したときにハマること
SharePointリストのフォームのカスタマイズを利用したときにハマることSharePointリストのフォームのカスタマイズを利用したときにハマること
SharePointリストのフォームのカスタマイズを利用したときにハマること
 
え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~
え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~
え!? Power BI の画面からデータ更新なんてできるの!? ~PowerApps カスタムビジュアルの可能性~
 
Power Appsを使って映画の予約や履歴の管理をしてみた
Power Appsを使って映画の予約や履歴の管理をしてみたPower Appsを使って映画の予約や履歴の管理をしてみた
Power Appsを使って映画の予約や履歴の管理をしてみた
 
【de:code 2020】 レガシーシステムをデジタルの世界へ! Power Automate UI フロー入門
【de:code 2020】 レガシーシステムをデジタルの世界へ! Power Automate UI フロー入門【de:code 2020】 レガシーシステムをデジタルの世界へ! Power Automate UI フロー入門
【de:code 2020】 レガシーシステムをデジタルの世界へ! Power Automate UI フロー入門
 
Power Apps term explanation
Power Apps term explanation Power Apps term explanation
Power Apps term explanation
 
Microsoft Dataverse for Teams の裏側をみてみよう
Microsoft Dataverse for Teamsの裏側をみてみようMicrosoft Dataverse for Teamsの裏側をみてみよう
Microsoft Dataverse for Teams の裏側をみてみよう
 
Power Apps? なにそれ? おいしいの?
Power Apps? なにそれ? おいしいの?Power Apps? なにそれ? おいしいの?
Power Apps? なにそれ? おいしいの?
 
情報共有ツールの使い分けの考え方とアプローチ
情報共有ツールの使い分けの考え方とアプローチ情報共有ツールの使い分けの考え方とアプローチ
情報共有ツールの使い分けの考え方とアプローチ
 
FormsとPower AutomateとTeamsを使った問合せ管理の仕組みをつくる
FormsとPower AutomateとTeamsを使った問合せ管理の仕組みをつくるFormsとPower AutomateとTeamsを使った問合せ管理の仕組みをつくる
FormsとPower AutomateとTeamsを使った問合せ管理の仕組みをつくる
 
そのアプリ開発 PowerAppsでやるか否かの指針?(※個人的見解)
そのアプリ開発PowerAppsでやるか否かの指針?(※個人的見解)そのアプリ開発PowerAppsでやるか否かの指針?(※個人的見解)
そのアプリ開発 PowerAppsでやるか否かの指針?(※個人的見解)
 
SharePoint Online 外部共有を考える
SharePoint Online 外部共有を考えるSharePoint Online 外部共有を考える
SharePoint Online 外部共有を考える
 
SharePoint モダンポータル 2021年アップデートと最新のファイル管理方法
SharePoint モダンポータル 2021年アップデートと最新のファイル管理方法SharePoint モダンポータル 2021年アップデートと最新のファイル管理方法
SharePoint モダンポータル 2021年アップデートと最新のファイル管理方法
 
詳説!Azure AD 条件付きアクセス - 動作の仕組みを理解する編
詳説!Azure AD 条件付きアクセス - 動作の仕組みを理解する編詳説!Azure AD 条件付きアクセス - 動作の仕組みを理解する編
詳説!Azure AD 条件付きアクセス - 動作の仕組みを理解する編
 
Azure Search 大全
Azure Search 大全Azure Search 大全
Azure Search 大全
 
Power Query Online
Power Query OnlinePower Query Online
Power Query Online
 
よく聞くけど、「SharePoint リストの 5,000 件問題」ってなんなの?
よく聞くけど、「SharePoint リストの 5,000 件問題」ってなんなの?よく聞くけど、「SharePoint リストの 5,000 件問題」ってなんなの?
よく聞くけど、「SharePoint リストの 5,000 件問題」ってなんなの?
 
Microsoft Graph APIを活用した社内アプリケーション開発
Microsoft Graph APIを活用した社内アプリケーション開発Microsoft Graph APIを活用した社内アプリケーション開発
Microsoft Graph APIを活用した社内アプリケーション開発
 
Power BI のいろいろな活用パターン
Power BI のいろいろな活用パターンPower BI のいろいろな活用パターン
Power BI のいろいろな活用パターン
 
事例から学ぶ!Power Platformガバナンス設計~CoEの話も添えて~
事例から学ぶ!Power Platformガバナンス設計~CoEの話も添えて~事例から学ぶ!Power Platformガバナンス設計~CoEの話も添えて~
事例から学ぶ!Power Platformガバナンス設計~CoEの話も添えて~
 
Microsoft 365 Day Session 2
Microsoft 365 Day Session 2Microsoft 365 Day Session 2
Microsoft 365 Day Session 2
 

More from Teruchika Yamada

やまさん と Microsoft Power Apps 入門しよう!
やまさん と Microsoft Power Apps 入門しよう!やまさん と Microsoft Power Apps 入門しよう!
やまさん と Microsoft Power Apps 入門しよう!Teruchika Yamada
 
コミュニティやフォーラムで質問する際に覚えておいてほしいこと
コミュニティやフォーラムで質問する際に覚えておいてほしいことコミュニティやフォーラムで質問する際に覚えておいてほしいこと
コミュニティやフォーラムで質問する際に覚えておいてほしいことTeruchika Yamada
 
Power Apps 入門 No-coder.community #03
Power Apps 入門 No-coder.community #03Power Apps 入門 No-coder.community #03
Power Apps 入門 No-coder.community #03Teruchika Yamada
 
IoTC -> Power Automate & Apps
IoTC -> Power Automate & AppsIoTC -> Power Automate & Apps
IoTC -> Power Automate & AppsTeruchika Yamada
 
第33回 Office 365 勉強会 LT
第33回 Office 365 勉強会 LT第33回 Office 365 勉強会 LT
第33回 Office 365 勉強会 LTTeruchika Yamada
 
まだ定型メールの処理 手動でしてるの? Power Platform で自動化してハッピーになろう!
まだ定型メールの処理 手動でしてるの? Power Platform で自動化してハッピーになろう!まだ定型メールの処理 手動でしてるの? Power Platform で自動化してハッピーになろう!
まだ定型メールの処理 手動でしてるの? Power Platform で自動化してハッピーになろう!Teruchika Yamada
 
個人的情報発信ノスゝメ~準備編~
個人的情報発信ノスゝメ~準備編~個人的情報発信ノスゝメ~準備編~
個人的情報発信ノスゝメ~準備編~Teruchika Yamada
 
Teams + Power Platform でチームメンバーの状況報告を圧倒的効率化!
Teams + Power Platform でチームメンバーの状況報告を圧倒的効率化!Teams + Power Platform でチームメンバーの状況報告を圧倒的効率化!
Teams + Power Platform でチームメンバーの状況報告を圧倒的効率化!Teruchika Yamada
 
個人的情報発信ノスゝメ
個人的情報発信ノスゝメ個人的情報発信ノスゝメ
個人的情報発信ノスゝメTeruchika Yamada
 
MRアプリを Power Apps で爆速開発 ~Low Code で 仮想世界へGo!~
MRアプリを Power Apps で爆速開発 ~Low Code で 仮想世界へGo!~MRアプリを Power Apps で爆速開発 ~Low Code で 仮想世界へGo!~
MRアプリを Power Apps で爆速開発 ~Low Code で 仮想世界へGo!~Teruchika Yamada
 
MR in Power Apps ~Power Apps で仮想現実~
MR in Power Apps ~Power Apps で仮想現実~MR in Power Apps ~Power Apps で仮想現実~
MR in Power Apps ~Power Apps で仮想現実~Teruchika Yamada
 
「Power Platform 管理者」とは?
「Power Platform 管理者」とは?「Power Platform 管理者」とは?
「Power Platform 管理者」とは?Teruchika Yamada
 
IT企業のジャーマネ視点から Power Apps 導入など
IT企業のジャーマネ視点から Power Apps 導入などIT企業のジャーマネ視点から Power Apps 導入など
IT企業のジャーマネ視点から Power Apps 導入などTeruchika Yamada
 
CDS に Power BI から接続してみよう!
CDS に Power BI から接続してみよう!CDS に Power BI から接続してみよう!
CDS に Power BI から接続してみよう!Teruchika Yamada
 
PowerApps 初心者の館?
PowerApps 初心者の館?PowerApps 初心者の館?
PowerApps 初心者の館?Teruchika Yamada
 
PowerApps AI Builder の BusinessCardReader (名刺リーダー)を LT 5分 で語ってみる
PowerApps AI Builder の BusinessCardReader (名刺リーダー)を LT 5分 で語ってみるPowerApps AI Builder の BusinessCardReader (名刺リーダー)を LT 5分 で語ってみる
PowerApps AI Builder の BusinessCardReader (名刺リーダー)を LT 5分 で語ってみるTeruchika Yamada
 
続・PowerApps に Power BI を埋め込む
続・PowerApps に Power BI を埋め込む続・PowerApps に Power BI を埋め込む
続・PowerApps に Power BI を埋め込むTeruchika Yamada
 
PowerApps に Power BI を埋め込んでみよう!
PowerApps に Power BI  を埋め込んでみよう!PowerApps に Power BI  を埋め込んでみよう!
PowerApps に Power BI を埋め込んでみよう!Teruchika Yamada
 
Power BI をアプリに埋め込みたい? ならば Power BI Embedded だ!
Power BI をアプリに埋め込みたい? ならば Power BI Embedded だ!Power BI をアプリに埋め込みたい? ならば Power BI Embedded だ!
Power BI をアプリに埋め込みたい? ならば Power BI Embedded だ!Teruchika Yamada
 

More from Teruchika Yamada (20)

やまさん と Microsoft Power Apps 入門しよう!
やまさん と Microsoft Power Apps 入門しよう!やまさん と Microsoft Power Apps 入門しよう!
やまさん と Microsoft Power Apps 入門しよう!
 
コミュニティやフォーラムで質問する際に覚えておいてほしいこと
コミュニティやフォーラムで質問する際に覚えておいてほしいことコミュニティやフォーラムで質問する際に覚えておいてほしいこと
コミュニティやフォーラムで質問する際に覚えておいてほしいこと
 
Power Apps 入門 No-coder.community #03
Power Apps 入門 No-coder.community #03Power Apps 入門 No-coder.community #03
Power Apps 入門 No-coder.community #03
 
IoTC -> Power Automate & Apps
IoTC -> Power Automate & AppsIoTC -> Power Automate & Apps
IoTC -> Power Automate & Apps
 
第33回 Office 365 勉強会 LT
第33回 Office 365 勉強会 LT第33回 Office 365 勉強会 LT
第33回 Office 365 勉強会 LT
 
まだ定型メールの処理 手動でしてるの? Power Platform で自動化してハッピーになろう!
まだ定型メールの処理 手動でしてるの? Power Platform で自動化してハッピーになろう!まだ定型メールの処理 手動でしてるの? Power Platform で自動化してハッピーになろう!
まだ定型メールの処理 手動でしてるの? Power Platform で自動化してハッピーになろう!
 
個人的情報発信ノスゝメ~準備編~
個人的情報発信ノスゝメ~準備編~個人的情報発信ノスゝメ~準備編~
個人的情報発信ノスゝメ~準備編~
 
Teams + Power Platform でチームメンバーの状況報告を圧倒的効率化!
Teams + Power Platform でチームメンバーの状況報告を圧倒的効率化!Teams + Power Platform でチームメンバーの状況報告を圧倒的効率化!
Teams + Power Platform でチームメンバーの状況報告を圧倒的効率化!
 
個人的情報発信ノスゝメ
個人的情報発信ノスゝメ個人的情報発信ノスゝメ
個人的情報発信ノスゝメ
 
MRアプリを Power Apps で爆速開発 ~Low Code で 仮想世界へGo!~
MRアプリを Power Apps で爆速開発 ~Low Code で 仮想世界へGo!~MRアプリを Power Apps で爆速開発 ~Low Code で 仮想世界へGo!~
MRアプリを Power Apps で爆速開発 ~Low Code で 仮想世界へGo!~
 
MR in Power Apps ~Power Apps で仮想現実~
MR in Power Apps ~Power Apps で仮想現実~MR in Power Apps ~Power Apps で仮想現実~
MR in Power Apps ~Power Apps で仮想現実~
 
「Power Platform 管理者」とは?
「Power Platform 管理者」とは?「Power Platform 管理者」とは?
「Power Platform 管理者」とは?
 
IT企業のジャーマネ視点から Power Apps 導入など
IT企業のジャーマネ視点から Power Apps 導入などIT企業のジャーマネ視点から Power Apps 導入など
IT企業のジャーマネ視点から Power Apps 導入など
 
CDS に Power BI から接続してみよう!
CDS に Power BI から接続してみよう!CDS に Power BI から接続してみよう!
CDS に Power BI から接続してみよう!
 
PowerApps 初心者の館?
PowerApps 初心者の館?PowerApps 初心者の館?
PowerApps 初心者の館?
 
PowerApps AI Builder の BusinessCardReader (名刺リーダー)を LT 5分 で語ってみる
PowerApps AI Builder の BusinessCardReader (名刺リーダー)を LT 5分 で語ってみるPowerApps AI Builder の BusinessCardReader (名刺リーダー)を LT 5分 で語ってみる
PowerApps AI Builder の BusinessCardReader (名刺リーダー)を LT 5分 で語ってみる
 
続・PowerApps に Power BI を埋め込む
続・PowerApps に Power BI を埋め込む続・PowerApps に Power BI を埋め込む
続・PowerApps に Power BI を埋め込む
 
dotNET600 PowerBI
dotNET600 PowerBIdotNET600 PowerBI
dotNET600 PowerBI
 
PowerApps に Power BI を埋め込んでみよう!
PowerApps に Power BI  を埋め込んでみよう!PowerApps に Power BI  を埋め込んでみよう!
PowerApps に Power BI を埋め込んでみよう!
 
Power BI をアプリに埋め込みたい? ならば Power BI Embedded だ!
Power BI をアプリに埋め込みたい? ならば Power BI Embedded だ!Power BI をアプリに埋め込みたい? ならば Power BI Embedded だ!
Power BI をアプリに埋め込みたい? ならば Power BI Embedded だ!
 

Recently uploaded

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsRizwan Syed
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostZilliz
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupFlorian Wilhelm
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machinePadma Pradeep
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embeddingZilliz
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Manik S Magar
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024BookNet Canada
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clashcharlottematthew16
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxhariprasad279825
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfRankYa
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Patryk Bandurski
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsMiki Katsuragi
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piececharlottematthew16
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr LapshynFwdays
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfSeasiaInfotech2
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyAlfredo García Lavilla
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsMark Billinghurst
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Wonjun Hwang
 

Recently uploaded (20)

Scanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL CertsScanning the Internet for External Cloud Exposures via SSL Certs
Scanning the Internet for External Cloud Exposures via SSL Certs
 
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage CostLeverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
Leverage Zilliz Serverless - Up to 50X Saving for Your Vector Storage Cost
 
Streamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project SetupStreamlining Python Development: A Guide to a Modern Project Setup
Streamlining Python Development: A Guide to a Modern Project Setup
 
Install Stable Diffusion in windows machine
Install Stable Diffusion in windows machineInstall Stable Diffusion in windows machine
Install Stable Diffusion in windows machine
 
Training state-of-the-art general text embedding
Training state-of-the-art general text embeddingTraining state-of-the-art general text embedding
Training state-of-the-art general text embedding
 
Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!Anypoint Exchange: It’s Not Just a Repo!
Anypoint Exchange: It’s Not Just a Repo!
 
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
New from BookNet Canada for 2024: BNC CataList - Tech Forum 2024
 
Powerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time ClashPowerpoint exploring the locations used in television show Time Clash
Powerpoint exploring the locations used in television show Time Clash
 
Artificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptxArtificial intelligence in cctv survelliance.pptx
Artificial intelligence in cctv survelliance.pptx
 
Search Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdfSearch Engine Optimization SEO PDF for 2024.pdf
Search Engine Optimization SEO PDF for 2024.pdf
 
DMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special EditionDMCC Future of Trade Web3 - Special Edition
DMCC Future of Trade Web3 - Special Edition
 
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
Integration and Automation in Practice: CI/CD in Mule Integration and Automat...
 
Vertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering TipsVertex AI Gemini Prompt Engineering Tips
Vertex AI Gemini Prompt Engineering Tips
 
Story boards and shot lists for my a level piece
Story boards and shot lists for my a level pieceStory boards and shot lists for my a level piece
Story boards and shot lists for my a level piece
 
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
"Federated learning: out of reach no matter how close",Oleksandr Lapshyn
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
The Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdfThe Future of Software Development - Devin AI Innovative Approach.pdf
The Future of Software Development - Devin AI Innovative Approach.pdf
 
Commit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easyCommit 2024 - Secret Management made easy
Commit 2024 - Secret Management made easy
 
Human Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR SystemsHuman Factors of XR: Using Human Factors to Design XR Systems
Human Factors of XR: Using Human Factors to Design XR Systems
 
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
Bun (KitWorks Team Study 노별마루 발표 2024.4.22)
 

カスタムリスト添付ファイル Power Apps をそえて