<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Microsoft Power Apps on That API Guy</title>
    <link>/tags/microsoft-power-apps/</link>
    <description>Recent content in Microsoft Power Apps on That API Guy</description>
    <generator>Hugo</generator>
    <language>en</language>
    <lastBuildDate>Tue, 31 Jan 2023 19:02:55 +0000</lastBuildDate>
    <atom:link href="/tags/microsoft-power-apps/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Use Environment Theme Colors for Custom Pages in Model Driven Apps</title>
      <link>/posts/use-environment-theme-colors-for-your-custom-pages-in-model-driven-apps/</link>
      <pubDate>Tue, 31 Jan 2023 19:02:55 +0000</pubDate>
      <guid>/posts/use-environment-theme-colors-for-your-custom-pages-in-model-driven-apps/</guid>
      <description>&lt;p&gt;If you are using custom pages in your model driven apps and would like to use the same colors as the default theme of the environment, this post will answer your question.&lt;/p&gt;
&lt;h2 id=&#34;step-1-add-the-themes-table-system-table-in-your-custom-page&#34;&gt;Step 1. Add the Themes table (system table) in your custom page&lt;/h2&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;/uploads/2023/01/2023-01-31_13-26-54-2.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Themes table in Data&lt;/p&gt;
&lt;p&gt;The table will get added as Themes_1 as there is already a Themes object used for something else on a custom page.&lt;/p&gt;</description>
    </item>
    <item>
      <title>Google Photos in Power Apps</title>
      <link>/posts/google-photos-powerapps/</link>
      <pubDate>Fri, 28 May 2021 21:00:49 +0000</pubDate>
      <guid>/posts/google-photos-powerapps/</guid>
      <description>&lt;p&gt;Ever wanted to build your own photo library in an app without using much code? In this post, you will learn how to connect to the Google Photos API and get photos from your Google account in Power Apps / Power Automate.&lt;/p&gt;
&lt;h2 id=&#34;before-you-start&#34;&gt;Before you start&lt;/h2&gt;
&lt;p&gt;In order to build a custom connector for Google Photos and use it in Power Apps, you will need at-least these before you start building&lt;/p&gt;</description>
    </item>
    <item>
      <title>Embedded Canvas App - &#34;We are having trouble displaying this app&#34; Error</title>
      <link>/posts/embedded-canvas-app-error/</link>
      <pubDate>Thu, 18 Mar 2021 06:00:00 +0000</pubDate>
      <guid>/posts/embedded-canvas-app-error/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Issue&lt;/strong&gt;&lt;br&gt;
Are you trying to &lt;a href=&#34;https://docs.microsoft.com/en-us/powerapps/maker/model-driven-apps/embed-canvas-app-in-form&#34;&gt;embed a canvas app&lt;/a&gt; in a model driven app and seeing this error - &amp;ldquo;We are having trouble displaying this app&amp;rdquo;?&lt;/p&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;/uploads/2021/02/image-e1612211743670.jpeg&#34;&gt;&lt;/p&gt;
&lt;p&gt;We are having trouble displaying this app&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Solution&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;There is a Canvas App Entity/Table that the user needs &amp;lsquo;Read&amp;rsquo; access to. To provide this access, navigate to&lt;br&gt;
&lt;strong&gt;Advanced Settings -&amp;gt; Security -&amp;gt; Security Roles -&amp;gt; &lt;Security Role Name&gt; -&amp;gt; Customizations -&amp;gt; Canvas App -&amp;gt; Provide Read Access at Organization level&lt;/strong&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to Scan Receipts Using AI Builder</title>
      <link>/posts/how-to-scan-receipts-using-ai-builder/</link>
      <pubDate>Tue, 28 Jul 2020 22:59:37 +0000</pubDate>
      <guid>/posts/how-to-scan-receipts-using-ai-builder/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://youtu.be/1-PMh-flerU&#34;&gt;https://youtu.be/1-PMh-flerU&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;How to Scan Receipts Using AI Builder&lt;br&gt;
# AIBuilder #PowerAddicts #PowerApps&lt;/p&gt;
&lt;p&gt;In this video, you will learn how to create an app in Power Apps to scan receipts using the AI Builder.&lt;/p&gt;
&lt;p&gt;Some helpful resources -&lt;br&gt;
Power Apps Blog Post on Receipt Processor - &lt;a href=&#34;https://powerapps.microsoft.com/en-us/blog/process-receipts-with-ai-builder/&#34;&gt;https://powerapps.microsoft.com/en-us/blog/process-receipts-with-ai-builder/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Docs - &lt;a href=&#34;https://docs.microsoft.com/en-us/ai-builder/prebuilt-receipt-processing&#34;&gt;https://docs.microsoft.com/en-us/ai-builder/prebuilt-receipt-processing&lt;/a&gt;&lt;br&gt;
Use In Power Apps Docs - &lt;a href=&#34;https://docs.microsoft.com/en-us/ai-builder/prebuilt-receipt-processor-component-in-powerapps&#34;&gt;https://docs.microsoft.com/en-us/ai-builder/prebuilt-receipt-processor-component-in-powerapps&lt;/a&gt;&lt;br&gt;
Use in Power Automate Docs - &lt;a href=&#34;https://docs.microsoft.com/en-us/ai-builder/flow-receipt-processing&#34;&gt;https://docs.microsoft.com/en-us/ai-builder/flow-receipt-processing&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you liked the video, please don&amp;rsquo;t forget to subscribe to the channel.&lt;/p&gt;</description>
    </item>
    <item>
      <title>How to create an app to Scan Receipts</title>
      <link>/posts/how-to-create-an-app-to-scan-receipts/</link>
      <pubDate>Mon, 01 Jun 2020 15:48:44 +0000</pubDate>
      <guid>/posts/how-to-create-an-app-to-scan-receipts/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://youtu.be/Kjb-Hnt&#34;&gt;https://youtu.be/Kjb-Hnt&lt;/a&gt;_GpY&lt;/p&gt;
&lt;h2 id=&#34;how-to-create-an-app-to-scan-receipts-in-this-video-you-will-learn-how-to-create-an-app-in-power-apps-to-scan-receipts-using-the-azure-cognitive-services-form-recognizer-api-some-helpful-resources---form-recognizer-api-docs----form-recognizer-api-reference----if-you-like-the-video-please-subscribe-to-the-channel-to-get-a-new-video-every-week-you-can-also-follow-me-on-twitter---_api_guy&#34;&gt;How to create an app to Scan Receipts In this video, you will learn how to create an app in Power Apps to scan receipts using the Azure Cognitive Services Form Recognizer API. Some helpful resources - Form Recognizer API Docs - &lt;a href=&#34;https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/&#34;&gt;https://docs.microsoft.com/en-us/azure/cognitive-services/form-recognizer/&lt;/a&gt; Form Recognizer API Reference - &lt;a href=&#34;https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/AnalyzeReceiptAsync&#34;&gt;https://westus2.dev.cognitive.microsoft.com/docs/services/form-recognizer-api-v2-preview/operations/AnalyzeReceiptAsync&lt;/a&gt; If you like the video, please subscribe to the channel to get a new video every week. You can also follow me on Twitter - &lt;a href=&#34;https://twitter.com/That&#34;&gt;https://twitter.com/That&lt;/a&gt;_API_guy&lt;/h2&gt;
&lt;h3 id=&#34;comments&#34;&gt;Comments:&lt;/h3&gt;
&lt;h4&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&#34;https://ecellorscrm.wordpress.com/2020/06/13/how-to-create-an-app-to-scan-receipts/&#34;&gt;How to create an app to Scan Receipts – ECELLORS CRM Blog&lt;/a&gt; - &lt;time datetime=&#34;2020-06-13 09:38:35&#34;&gt;Jun 6, 2020&lt;/time&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Provision Teams using Power Apps and Power Automate</title>
      <link>/posts/provision-teams-using-power-apps-and-power-automate/</link>
      <pubDate>Fri, 27 Mar 2020 13:56:57 +0000</pubDate>
      <guid>/posts/provision-teams-using-power-apps-and-power-automate/</guid>
      <description>&lt;p&gt;If you are an Office 365 admin who wants to streamline requests to create teams in Microsoft Teams, this blog post was written exactly for you. Those who aren&amp;rsquo;t admins, share this blog post with your Office 365 admin and push them to implement this. It&amp;rsquo;s a win for all!&lt;/p&gt;
&lt;h2 id=&#34;solution-overview&#34;&gt;Solution Overview&lt;/h2&gt;
&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;/uploads/2020/03/image-8.png?w=1024&#34;&gt;&lt;/p&gt;
&lt;h2 id=&#34;step-1---download-the-zip-package-from-my-github-repo&#34;&gt;Step 1 - Download the .zip package from my &lt;a href=&#34;https://github.com/thatapiguy/Microsoft-Teams-Provisioning&#34;&gt;GitHub repo&lt;/a&gt;.&lt;/h2&gt;
&lt;h2 id=&#34;step-2--install-the-flows-and-the-power-app&#34;&gt;Step 2- Install the flows and the Power App&lt;/h2&gt;
&lt;p&gt;Import the following package in Power Automate / Power Apps in the following order -&lt;/p&gt;</description>
    </item>
    <item>
      <title>Managing Events Using Power Platform</title>
      <link>/posts/managing-events-using-power-platform/</link>
      <pubDate>Tue, 03 Mar 2020 03:00:18 +0000</pubDate>
      <guid>/posts/managing-events-using-power-platform/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://youtu.be/ACD-E&#34;&gt;https://youtu.be/ACD-E&lt;/a&gt;_1ihds&lt;/p&gt;
&lt;p&gt;Managing Events Using Power Platform&lt;/p&gt;</description>
    </item>
    <item>
      <title>Spotify Custom Connector for Power Platform</title>
      <link>/posts/spotify-custom-connector-for-power-platform/</link>
      <pubDate>Sun, 08 Dec 2019 08:44:17 +0000</pubDate>
      <guid>/posts/spotify-custom-connector-for-power-platform/</guid>
      <description>&lt;p&gt;&lt;em&gt;Difficulty Level : Intermediate&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;License Requirement : &lt;a href=&#34;https://powerapps.microsoft.com/en-us/communityplan/&#34;&gt;Community Plan&lt;/a&gt; or Power Apps / Power Automate per app or per user plan&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;If you are not interested in the inception of this, skip the very interesting story and just jump to &lt;a href=&#34;/posts/spotify-custom-connector-for-power-platform/#letscreate&#34;&gt;Let&amp;rsquo;s Create&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This whole idea started when I was on a road-trip from Cincinnati to Orlando with my #FlowFam ( &lt;a href=&#34;https://twitter.com/JonJLevesque&#34;&gt;Jon Levesque&lt;/a&gt;&lt;a href=&#34;https://twitter.com/JonJLevesque&#34;&gt;,&lt;/a&gt; &lt;a href=&#34;https://twitter.com/Anton_Rob_Benz&#34;&gt;Anton Robbins&lt;/a&gt; &lt;a href=&#34;https://twitter.com/JonJLevesque&#34;&gt;&lt;/a&gt; and &lt;a href=&#34;https://twitter.com/PoweredbyEdG&#34;&gt;Ed Gonzalez&lt;/a&gt;). We had more than 12 hours to spend and to make the most out of it we could only do one thing - Make a flow!&lt;/p&gt;</description>
    </item>
    <item>
      <title>A trip to remember - Microsoft Ignite Day 2, 3 and 4</title>
      <link>/posts/a-trip-to-remember-microsoft-ignite-day-2-3-and-4/</link>
      <pubDate>Mon, 11 Nov 2019 08:20:49 +0000</pubDate>
      <guid>/posts/a-trip-to-remember-microsoft-ignite-day-2-3-and-4/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://youtu.be/e&#34;&gt;https://youtu.be/e&lt;/a&gt;_97F47hzm8&lt;/p&gt;
&lt;p&gt;A trip to remember - Microsoft Ignite Day 2, 3 and 4 What a trip this has been. I got to meet so many of the community members and got to spend some great time with them. I believe conferences are more about the people you meet. Ofcourse, the sessions are great and I am so happy that I could attend a lot of them and could then personally connect to the speaker. You can always watch the sessions later, however, the personal connections you make are priceless. And ofcourse you should also enjoy the non-conference part as well and hang out at the parties which are hosted every night by several companies. And DO NOT MISS THE UNIVERSAL PARTY! This video shows my journey at Ignite this year which I wanted to share with all of you just for fun. Hope you enjoy it!&lt;/p&gt;</description>
    </item>
    <item>
      <title>I was in the Keynote - Microsoft Ignite Day 1</title>
      <link>/posts/i-was-in-the-keynote-microsoft-ignite-day-1/</link>
      <pubDate>Tue, 05 Nov 2019 17:22:51 +0000</pubDate>
      <guid>/posts/i-was-in-the-keynote-microsoft-ignite-day-1/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://youtu.be/YEHG0cxoqVs&#34;&gt;https://youtu.be/YEHG0cxoqVs&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I was in the Keynote - Microsoft Ignite Day 1&lt;/p&gt;</description>
    </item>
    <item>
      <title>Validate a URL in PowerApps</title>
      <link>/posts/validate-a-url-in-powerapps/</link>
      <pubDate>Wed, 18 Sep 2019 14:46:59 +0000</pubDate>
      <guid>/posts/validate-a-url-in-powerapps/</guid>
      <description>&lt;p&gt;Do you have a form where you ask a user to enter a website URL ?&lt;/p&gt;
&lt;p&gt;There is no direct way to validate URL in PowerApps today, however, you can use &lt;a href=&#34;https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-ismatch&#34;&gt;IsMatch&lt;/a&gt; function along with &lt;a href=&#34;https://www.regextester.com/94502&#34;&gt;Regular Expressions&lt;/a&gt; to do this.&lt;/p&gt;
&lt;p&gt;Here is the expression you need to validate a URL -&lt;/p&gt;
&lt;pre tabindex=&#34;0&#34;&gt;&lt;code&gt;IsMatch(URL_Input.Text, &amp;#34;(?:http(s)?:\/\/)?[\w.-]+(?:\.[\w\.-]+)+[\w\-\._~:/?#[\]@!\$&amp;amp;&amp;#39;\(\)\*\+,;=.]+$&amp;#34;)
&lt;/code&gt;&lt;/pre&gt;&lt;p&gt;That&amp;rsquo;s it, now you can use this to change the border-color of the Text Input box so that the app user knows when he URL entered is incorrect.&lt;/p&gt;</description>
    </item>
    <item>
      <title>July 2019 - Cincinnati PowerApps and Flow User Group Meeting</title>
      <link>/posts/july-2019-cincinnati-powerapps-and-flow-user-group-meeting/</link>
      <pubDate>Tue, 30 Jul 2019 07:32:34 +0000</pubDate>
      <guid>/posts/july-2019-cincinnati-powerapps-and-flow-user-group-meeting/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://youtu.be/q-aJzStXt4k&#34;&gt;https://youtu.be/q-aJzStXt4k&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;This month we have a speaker all the way from Poland - Tomasz Poszytek . He has done some amazing work with Adaptive cards that he will be sharing with us. You don&amp;rsquo;t want to miss it. Also, our very own Shane Young will be sharing all the major updates from MBAS. There were 400 features announced in the 2019 Release Plan Wave 2!!! Agenda- 1. Adaptive Cards - what is it, what is used for, how to use it - Tomasz Poszytek 2. MBAS 2019 Updates - Shane Young 3. Q&amp;amp;A&lt;/p&gt;</description>
    </item>
    <item>
      <title>AI Builder Quick Demo - Business Card Scanner | Object Detector | Form Processor</title>
      <link>/posts/ai-builder-quick-demo-business-card-scanner-object-detector-form-processor-2/</link>
      <pubDate>Thu, 27 Jun 2019 09:21:17 +0000</pubDate>
      <guid>/posts/ai-builder-quick-demo-business-card-scanner-object-detector-form-processor-2/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://youtu.be/WtLQzXaE1Yw&#34;&gt;https://youtu.be/WtLQzXaE1Yw&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;In this video, you will see a demo of the new AI Builder&amp;rsquo;s capabilities -&lt;br&gt;
1. Scanning a business card&lt;br&gt;
2. Detecting the type of Swag&lt;br&gt;
3. Processing an Invoice&lt;/p&gt;
&lt;p&gt;This video is a part of the AI Builder Video Series in which we will explore three different capabilities of the new AI Builder in PowerApps and build the AI Models and canvas apps from scratch.&lt;br&gt;
1. AI Builder Quick Demo - Business Card Scanner | Object Detector | Form Processor -https://youtu.be/WtLQzXaE1Yw&lt;br&gt;
2. Scan Business Cards and save info to Sharepoint / Outlook / CDS | PowerApps AI Builder -https://youtu.be/5TS9nm32ySc&lt;br&gt;
2. Magic of the Object Detector | PowerApps AI Builder - &lt;a href=&#34;https://youtu.be/cdoQ5xlLwmE&#34;&gt;https://youtu.be/cdoQ5xlLwmE&lt;/a&gt;&lt;br&gt;
3. Quick and Easy Processing of Invoices | PowerApps AI Builder - &lt;a href=&#34;https://youtu.be/jLrFI8JNsFg&#34;&gt;https://youtu.be/jLrFI8JNsFg&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Magic of the Object Detector | PowerApps AI Builder</title>
      <link>/posts/magic-of-the-object-detector-powerapps-ai-builder/</link>
      <pubDate>Sun, 23 Jun 2019 03:22:33 +0000</pubDate>
      <guid>/posts/magic-of-the-object-detector-powerapps-ai-builder/</guid>
      <description>&lt;p&gt;In this video, you will learn how to build an AI Model to detect objects using the new AI Builder in PowerApps and then add the detected items into your amazon shopping cart. This video is a part of the AI Builder Video Series in which we will explore three different capabilities of the new AI Builder in PowerApps and build the AI Models and canvas apps from scratch. 1. AI Builder Quick Demo - Business Card Scanner | Object Detector | Form Processor -https://youtu.be/WtLQzXaE1Yw 2. Scan Business Cards and save info to Sharepoint / Outlook / CDS | PowerApps AI Builder -https://youtu.be/5TS9nm32ySc 2. Magic of the Object Detector | PowerApps AI Builder - &lt;a href=&#34;https://youtu.be/cdoQ5xlLwmE&#34;&gt;https://youtu.be/cdoQ5xlLwmE&lt;/a&gt; 3. Quick and Easy Processing of Invoices | PowerApps AI Builder - &lt;a href=&#34;https://youtu.be/jLrFI8JNsFghttps://youtu.be/cdoQ5xlLwmE&#34;&gt;https://youtu.be/jLrFI8JNsFghttps://youtu.be/cdoQ5xlLwmE&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quick and Easy Processing of Invoices | PowerApps AI Builder</title>
      <link>/posts/quick-and-easy-processing-of-invoices-powerapps-ai-builder/</link>
      <pubDate>Sun, 23 Jun 2019 03:22:33 +0000</pubDate>
      <guid>/posts/quick-and-easy-processing-of-invoices-powerapps-ai-builder/</guid>
      <description>&lt;p&gt;In this video, you will learn how to build an AI Model to process forms / invoices using the new AI Builder in PowerApps. This video is a part of the AI Builder Video Series in which we will explore three different capabilities of the new AI Builder in PowerApps and build the AI Models and canvas apps from scratch. 1. AI Builder Quick Demo - Business Card Scanner | Object Detector | Form Processor -https://youtu.be/WtLQzXaE1Yw 2. Scan Business Cards and save info to Sharepoint / Outlook / CDS | PowerApps AI Builder -https://youtu.be/5TS9nm32ySc 2. Magic of the Object Detector | PowerApps AI Builder - &lt;a href=&#34;https://youtu.be/cdoQ5xlLwmE&#34;&gt;https://youtu.be/cdoQ5xlLwmE&lt;/a&gt; 3. Quick and Easy Processing of Invoices | PowerApps AI Builder - &lt;a href=&#34;https://youtu.be/jLrFI8JNsFghttps://youtu.be/jLrFI8JNsFg&#34;&gt;https://youtu.be/jLrFI8JNsFghttps://youtu.be/jLrFI8JNsFg&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Scan Business Cards and save info to Sharepoint / Outlook / CDS | PowerApps AI Builder</title>
      <link>/posts/scan-business-cards-and-save-info-to-sharepoint-outlook-cds-powerapps-ai-builder/</link>
      <pubDate>Sun, 23 Jun 2019 03:22:33 +0000</pubDate>
      <guid>/posts/scan-business-cards-and-save-info-to-sharepoint-outlook-cds-powerapps-ai-builder/</guid>
      <description>&lt;h2 id=&#34;in-this-video-you-will-learn-how-to-build-a-business-card-scanner-in-powerapps-using-the-new-ai-builder-and-then-store-the-info-in-sharepoint--outlook-contacts--cds--this-video-is-a-part-of-the-ai-builder-video-series-in-which-we-will-explore-three-different-capabilities-of-the-new-ai-builder-in-powerapps-and-build-the-ai-models-and-canvas-apps-from-scratch-1-ai-builder-quick-demo---business-card-scanner--object-detector--form-processor--httpsyoutubewtlqzxae1yw-2-scan-business-cards-and-save-info-to-sharepoint--outlook--cds--powerapps-ai-builder--httpsyoutube5ts9nm32ysc-2-magic-of-the-object-detector--powerapps-ai-builder----3-quick-and-easy-processing-of-invoices--powerapps-ai-builder--&#34;&gt;In this video, you will learn how to build a business card scanner in PowerApps using the new AI Builder and then store the info in SharePoint / Outlook Contacts / CDS . This video is a part of the AI Builder Video Series in which we will explore three different capabilities of the new AI Builder in PowerApps and build the AI Models and canvas apps from scratch. 1. AI Builder Quick Demo - Business Card Scanner | Object Detector | Form Processor -https://youtu.be/WtLQzXaE1Yw 2. Scan Business Cards and save info to Sharepoint / Outlook / CDS | PowerApps AI Builder -https://youtu.be/5TS9nm32ySc 2. Magic of the Object Detector | PowerApps AI Builder - &lt;a href=&#34;https://youtu.be/cdoQ5xlLwmE&#34;&gt;https://youtu.be/cdoQ5xlLwmE&lt;/a&gt; 3. Quick and Easy Processing of Invoices | PowerApps AI Builder - &lt;a href=&#34;https://youtu.be/jLrFI8JNsFghttps://youtu.be/5TS9nm32ySc&#34;&gt;https://youtu.be/jLrFI8JNsFghttps://youtu.be/5TS9nm32ySc&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id=&#34;comments&#34;&gt;Comments:&lt;/h3&gt;
&lt;h4&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&#34;%22allthewaylh@gmail.com%22&#34;&gt;Leon&lt;/a&gt; - &lt;time datetime=&#34;2020-08-05 23:49:05&#34;&gt;Aug 3, 2020&lt;/time&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Quick Tip - Use Flow to publish your PowerApps on a regular basis</title>
      <link>/posts/quick-tip-use-flow-to-publish-your-powerapps-on-a-regular-basis/</link>
      <pubDate>Wed, 19 Jun 2019 13:29:01 +0000</pubDate>
      <guid>/posts/quick-tip-use-flow-to-publish-your-powerapps-on-a-regular-basis/</guid>
      <description>&lt;p&gt;&lt;img loading=&#34;lazy&#34; src=&#34;/uploads/2019/06/image.png&#34;&gt;&lt;/p&gt;
&lt;p&gt;Flow Screenshot&lt;/p&gt;
&lt;p&gt;It is a good practice to publish all your PowerApps regularly as sometimes the enhancements/features don;t show up until you publish the app.&lt;/p&gt;
&lt;p&gt;You can use Flow and the &amp;ldquo;PowerApps for App Makers&amp;rdquo; connector to publish your apps on a regular basis. ( I do it on a monthly basis)&lt;/p&gt;
&lt;p&gt;Hope this helps.&lt;/p&gt;
&lt;h2 id=&#34;link-to-the-flow-files-here---httpsgithubcomthatapiguypublish-all-powerapps-using-flow&#34;&gt;Link to the flow files here - &lt;a href=&#34;https://github.com/thatapiguy/Publish-All-PowerApps-using-Flow/&#34;&gt;https://github.com/thatapiguy/Publish-All-PowerApps-using-Flow/&lt;/a&gt;&lt;/h2&gt;
&lt;h3 id=&#34;comments&#34;&gt;Comments:&lt;/h3&gt;
&lt;h4&gt;&lt;/h4&gt;
&lt;p&gt;&lt;a href=&#34;%22michael.petersen.y2@gmail.com%22&#34;&gt;Michael&lt;/a&gt; - &lt;time datetime=&#34;2023-02-24 09:19:55&#34;&gt;Feb 5, 2023&lt;/time&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>April 2019 Cincinnati PowerApps and Flow User Group Meeting</title>
      <link>/posts/april-2019-cincinnati-powerapps-and-flow-user-group-meeting/</link>
      <pubDate>Fri, 12 Apr 2019 07:30:27 +0000</pubDate>
      <guid>/posts/april-2019-cincinnati-powerapps-and-flow-user-group-meeting/</guid>
      <description>&lt;p&gt;&lt;a href=&#34;https://youtu.be/CTdirqy0440&#34;&gt;https://youtu.be/CTdirqy0440&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>PowerApps and Power Automate license based on Office 365 license</title>
      <link>/posts/powerapps-and-flow-license-based-on-office-365-license/</link>
      <pubDate>Sun, 07 Apr 2019 16:22:46 +0000</pubDate>
      <guid>/posts/powerapps-and-flow-license-based-on-office-365-license/</guid>
      <description>&lt;p&gt;This blog post is based on the &lt;a href=&#34;https://download.microsoft.com/download/9/5/6/9568EFD0-403D-4AE4-95F0-7FACA2CCB2E4/PowerApps%20and%20Flow%20Licensing%20Guide.pdf&#34;&gt;Licensing document&lt;/a&gt; released by Microsoft in April 2019. The intent of this blog post is to help you understand the licensing better based on the Office 365 license you currently have.&lt;/p&gt;
&lt;hr&gt;
&lt;p&gt;If you have any of these Office 365 Licenses -&lt;/p&gt;
&lt;p&gt;Office 365 Business Essentials&lt;/p&gt;
&lt;p&gt;Office 365 Business Premium&lt;/p&gt;
&lt;p&gt;Office 365 A1 for Students&lt;/p&gt;
&lt;p&gt;Office 365 A1 Plus for Faculty&lt;/p&gt;
&lt;p&gt;Office 365 A1 Plus for Students&lt;/p&gt;</description>
    </item>
    <item>
      <title>PowerApps Challenge</title>
      <link>/posts/powerapps-challenge/</link>
      <pubDate>Sun, 03 Feb 2019 16:12:52 +0000</pubDate>
      <guid>/posts/powerapps-challenge/</guid>
      <description>&lt;p&gt;In this video we will show a step by step approach to solve the 3 tasks mentioned in this challenge by Audrie Gordon - &lt;a href=&#34;https://forms.office.com/Pages/ResponsePage.aspx?id=v4j5cvGGr0GRqy180BHbRzJVkDds8yROvOeWrHDKUXBUMVM5SVA3TTFFNzZOMzBPR0pFUkM0NTBYTS4u&#34;&gt;Challenge Form&lt;/a&gt; Challenge 1. We will create a PowerApp with 2 data sources such that the user can read the data but can&amp;rsquo;t edit it. Challenge 2. Tracking inventory of PowerApps Swag using Flow. Challenge 3. Saving a photo to a Sharepoint Document library using Flow and adding some more meta-data to it. &lt;a href=&#34;https://youtu.be/T7aLyuEwmw4&#34;&gt;https://youtu.be/T7aLyuEwmw4&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Send O365 Docs as PDF | Power-N-Apps E3</title>
      <link>/posts/christmas-vibes-power-n-apps-e2/</link>
      <pubDate>Wed, 28 Nov 2018 21:35:49 +0000</pubDate>
      <guid>/posts/christmas-vibes-power-n-apps-e2/</guid>
      <description>&lt;p&gt;  Welcome to Power-N-Apps! In this week&amp;rsquo;s video, the PowerApps Gaming guru Brian Dang shows us his scavenger hunt app, and we also discuss how to convert office 365 docs to PDF using Flow and then read it in PowerApps. Join us in this power journey and let&amp;rsquo;s learn together. &lt;a href=&#34;https://docs.google.com/spreadsheets/d/e/2PACX-1vTCe1aNh96yiS0nr39obKbbNv-mSKA4gKzfauKQ2U5j7hkDCJ6w0DiPY9KhLJTnuihG3hrG644Tw56_/pubhtml?gid=1565752225&amp;amp;single=true&#34;&gt;Show notes&lt;/a&gt; To follow Brian on twitter: &lt;a href=&#34;https://twitter.com/8bitclassroom&#34;&gt;https://twitter.com/8bitclassroom&lt;/a&gt; To follow me on twitter : &lt;a href=&#34;https://twitter.com/that&#34;&gt;https://twitter.com/that&lt;/a&gt;_API_guy To follow me on my blog: &lt;a href=&#34;https://thatapiguy.tech&#34;&gt;https://thatapiguy.tech&lt;/a&gt; &lt;a href=&#34;https://youtu.be/&#34;&gt;https://youtu.be/&lt;/a&gt;_NVU2jfG5Y8&lt;/p&gt;</description>
    </item>
    <item>
      <title>Gamify Physics with PowerApps | Power-N-Apps E1</title>
      <link>/posts/power-n-apps-11-21-2018-e1/</link>
      <pubDate>Wed, 21 Nov 2018 19:04:11 +0000</pubDate>
      <guid>/posts/power-n-apps-11-21-2018-e1/</guid>
      <description>&lt;p&gt;[audio src=&amp;quot;/uploads/2018/11/power-n-apps-e1.mp3&amp;quot;][/audio] Welcome to Power-N-Apps! You can think of it as &amp;ldquo;Power and Apps&amp;rdquo; , &amp;ldquo;Power in Apps&amp;rdquo; or as I pronounce it - &amp;ldquo;Power naps&amp;rdquo; :D . These sessions are equivalent to having &amp;ldquo;power naps&amp;rdquo; as these will give you the right amount of content to get you more energized and pumped about PowerApps and Flow. In these videos, we will build something from scratch, talk about the latest updates, review some cool PowerApps / Flows and also have Q&amp;amp;A throughout the session. In our first episode, we discuss about the new canvas apps sharing experience, display names of columns, Flow online conference &amp;amp; flow checker. We also demonstrate how you can send a contact card vcf file using flow and integrate it with PowerApps. And we show how PowerApps can be used to Gamify Physics. Looking forward to a great start! Join me in this power journey and let&amp;rsquo;s learn together. &lt;a href=&#34;https://docs.google.com/spreadsheets/d/e/2PACX-1vTCe1aNh96yiS0nr39obKbbNv-mSKA4gKzfauKQ2U5j7hkDCJ6w0DiPY9KhLJTnuihG3hrG644Tw56_/pubhtml?gid=0&amp;amp;single=true&#34;&gt;Link to show notes&lt;/a&gt; &lt;a href=&#34;https://youtu.be/KDIwAk9WjUE&#34;&gt;https://youtu.be/KDIwAk9WjUE&lt;/a&gt;&lt;/p&gt;</description>
    </item>
    <item>
      <title>Click-through PowerApps Analytics</title>
      <link>/posts/click-through-powerapps-analytics/</link>
      <pubDate>Thu, 08 Nov 2018 21:52:02 +0000</pubDate>
      <guid>/posts/click-through-powerapps-analytics/</guid>
      <description>&lt;p&gt;&lt;strong&gt;Introduction&lt;/strong&gt; This blog post will walk through a simple approach to create your own click-through analytics. Extend your reporting options to include statistics which will raise visibility into how your app consumers navigate your applications, enabling you to use data to validate assumptions on app usage and design. I have attached the MSAPP files and the datasource sample(excel spreadsheet) so you can play around with the app to understand it better and then implement the same approach in your apps. &lt;strong&gt;Workflow overview&lt;/strong&gt; – &lt;img alt=&#34;2018-04-18 08_05_21-Presentation1 - PowerPoint.png&#34; loading=&#34;lazy&#34; src=&#34;https://powerusers.microsoft.com/t5/image/serverpage/image-id/23893i29AAF257541141D9/image-size/large?v=1.0&amp;px=600&#34; title=&#34;2018-04-18 08_05_21-Presentation1 - PowerPoint.png&#34;&gt; To explore the app, follow these steps – &lt;strong&gt;Step 1&lt;/strong&gt;: Install the app from the MSAPP file that I have attached below. &lt;strong&gt;Step 2&lt;/strong&gt;: Save the excel spreadsheet “AnalyticsDemo.xlsx” in your OneDrive and add it as a data source in the app using the OneDrive connector. &lt;strong&gt;Step 3&lt;/strong&gt;: After saving and publishing the app, open the app and click on some icons and navigate around the app. Check whether the data gets collected in the Excel Spreadsheet. (Note: Sometimes it may take a few seconds before the data gets updated so you might have to close and open the spreadsheet once) &lt;strong&gt;Step 4&lt;/strong&gt;: Use the OneDrive excel spreadsheet as a data source in a PowerBI report and create different graphs/statistics based on what you would like to measure. Below is an example to get you started –&lt;img alt=&#34;powerbi report.png&#34; loading=&#34;lazy&#34; src=&#34;https://powerusers.microsoft.com/t5/image/serverpage/image-id/23898i3C50F94FE4BE843C/image-size/large?v=1.0&amp;px=600&#34; title=&#34;powerbi report.png&#34;&gt; &lt;strong&gt;Capturing Interaction points-&lt;/strong&gt; The main functions that I have used to capture the user interaction are the Patch and Collect functions. To start with, you would probably like to collect some basic user information before you capture any further interaction points of that user. To do this, I used the below formula in the OnStart property of the app-&lt;code&gt;Collect(AnalyticsDemo,{UserName:Office365Users.MyProfile().DisplayName,UserEmail:Office365Users.MyProfile().Mail,LoginDate:Today(),LoginTime:Text( Now(), &amp;quot;\[$-en-US\]hh:mm:ss&amp;quot; ),Latitude:Location.Latitude,Longitude:Location.Longitude})&lt;/code&gt;This will create a new record in the Excel data source and because we are using the OnStart property, the basic user information will get collected only once, i.e., when the app is opened by the user. For capturing user details, I have used the Office365users connector. For any further interaction points / clicks , I used the Patch function to update data in the record that was created above. Below is an example of the Patch function used in the OnVisible property of the Products screen –```
Patch(AnalyticsDemo,Last(AnalyticsDemo),{ProductScreen:&amp;ldquo;Y&amp;rdquo;})&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
