<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>All board posts in Power Apps Community</title>
    <link>https://powerusers.microsoft.com/t5/Power-Apps-Community/ct-p/PowerApps1</link>
    <description>All board posts in Power Apps Community</description>
    <pubDate>Wed, 21 Apr 2021 03:03:11 GMT</pubDate>
    <dc:creator>PowerApps1</dc:creator>
    <dc:date>2021-04-21T03:03:11Z</dc:date>
    <item>
      <title>Re: Prediction not writing into explanation/predicted/probability fields</title>
      <link>https://powerusers.microsoft.com/t5/AI-Builder/Prediction-not-writing-into-explanation-predicted-probability/m-p/898002#M969</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;LI-USER uid="76559"&gt;&lt;/LI-USER&gt;&amp;nbsp; that did the trick!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:52:41 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/AI-Builder/Prediction-not-writing-into-explanation-predicted-probability/m-p/898002#M969</guid>
      <dc:creator>ryandarbysensei</dc:creator>
      <dc:date>2021-04-21T02:52:41Z</dc:date>
    </item>
    <item>
      <title>Re: Weighted % of funding calculation</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Weighted-of-funding-calculation/m-p/898001#M285013</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="257156"&gt;&lt;/LI-USER&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;Could you tell me if this can meet your needs?&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="41.gif" style="width: 303px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/248000i59BB8D55A488B5FB/image-dimensions/303x315?v=v2" width="303" height="315" role="button" title="41.gif" alt="41.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;If so,I've made a test for your reference:&lt;/P&gt;
&lt;P&gt;I assume there is a table-TheDateBase&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ClearCollect(
 TheDateBase,
 {Project:"Project 1",Found:"BU1",Static:20%},
 {Project:"Project 1",Found:"BU2",Static:80%},
 {Project:"Project 2",Found:"BU3",Static:100%}
)&lt;/LI-CODE&gt;
&lt;P&gt;1\Add a gallery(Gallery6) and set it's&amp;nbsp;Items property to:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Table({Split:"Project 1"},{Split:"Project 2"})&lt;/LI-CODE&gt;
&lt;P&gt;2\Add a TextInput(TextInput1) control in to Gallery 6&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3\Add an Other Gallery(Gallery7) and set it's&amp;nbsp;Items property to:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Distinct(TheDateBase,Found)&lt;/LI-CODE&gt;
&lt;P&gt;4\Add a label control into Gallery7 and set it's Text property to:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum(
    ForAll(
        Gallery6.AllItems As GalleryAllItem,
        LookUp(
            TheDateBase,
            Project = GalleryAllItem[@Split] &amp;amp;&amp;amp; Found = ThisItem.Result
        ).Static * GalleryAllItem[@TextInput1].Text
    ),
    Value
)&lt;/LI-CODE&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Bof&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:49:21 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Weighted-of-funding-calculation/m-p/898001#M285013</guid>
      <dc:creator>v-bofeng-msft</dc:creator>
      <dc:date>2021-04-21T02:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Power Apps Portal Mobile Phone Scaling</title>
      <link>https://powerusers.microsoft.com/t5/Power-Apps-Portals/Power-Apps-Portal-Mobile-Phone-Scaling/m-p/897999#M6900</link>
      <description>&lt;P&gt;Just looked at the home page.&amp;nbsp; I avoid using the studio (at this stage) as I'm used to doing it from within the Portal Management App.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the end of the day any edits you make (add an Image etc) you will need to make sure the appropriate settings are set.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Portal is 'width' aware, in that there are a number of Media tags in the Bootstrap min file that are used by the portal to help define content widths etc at differnet screen sizes.&amp;nbsp; These can be overridden in your own CSS file (but don't edit the ones provided as some times the files provided get replaced and you may find your changes are not working as they in the old version of the CSS file).&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:43:11 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Power-Apps-Portals/Power-Apps-Portal-Mobile-Phone-Scaling/m-p/897999#M6900</guid>
      <dc:creator>Fubar</dc:creator>
      <dc:date>2021-04-21T02:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a simple way to copy entity data and webpage setting to other environments?</title>
      <link>https://powerusers.microsoft.com/t5/Power-Apps-Portals/Is-there-a-simple-way-to-copy-entity-data-and-webpage-setting-to/m-p/897993#M6899</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="78712"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I chose to import data through CSV file.&lt;/P&gt;&lt;P&gt;Even if I selected "Load to a new table", data import failed as well, said that "&lt;SPAN&gt;cr8f8_id" is the reserved column name for table "cr8f8_&lt;/SPAN&gt;".&amp;nbsp; .&lt;/P&gt;&lt;P&gt;And I found that data type is not identified correctly, option set will be recognized as "text".&lt;/P&gt;&lt;P&gt;For the error itself, I guess it's necessary that column name should be unique in Dataverse, so I can't use the same name in 2 environments.&lt;/P&gt;&lt;P&gt;But it seems to be impossible to set new column name in the target env.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Audreyma_0-1618972075983.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247997iCFF0924D84220286/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Audreyma_0-1618972075983.png" alt="Audreyma_0-1618972075983.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Audreyma_1-1618972398365.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247998i683CB9227B4DC280/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Audreyma_1-1618972398365.png" alt="Audreyma_1-1618972398365.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:36:57 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Power-Apps-Portals/Is-there-a-simple-way-to-copy-entity-data-and-webpage-setting-to/m-p/897993#M6899</guid>
      <dc:creator>Audreyma</dc:creator>
      <dc:date>2021-04-21T02:36:57Z</dc:date>
    </item>
    <item>
      <title>Re: Setting items in a gallery for icon or buton click</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-items-in-a-gallery-for-icon-or-buton-click/m-p/897992#M285012</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="17478"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;How are things going? Is my reply helpful to your issue?&lt;/P&gt;&lt;P&gt;I am willing to hear from you.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:35:12 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-items-in-a-gallery-for-icon-or-buton-click/m-p/897992#M285012</guid>
      <dc:creator>v-albai-msft</dc:creator>
      <dc:date>2021-04-21T02:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filter view from toggle button</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Filter-view-from-toggle-button/m-p/897988#M285011</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="255793"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;How are things going? Is my reply helpful to your issue?&lt;/P&gt;&lt;P&gt;I am willing to hear from you.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:22:35 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Filter-view-from-toggle-button/m-p/897988#M285011</guid>
      <dc:creator>v-albai-msft</dc:creator>
      <dc:date>2021-04-21T02:22:35Z</dc:date>
    </item>
    <item>
      <title>Re: How avoid delegation in Lookup with use of Title or Record Items</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/How-avoid-delegation-in-Lookup-with-use-of-Title-or-Record-Items/m-p/897987#M285010</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="134108"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;How are things going? Is my reply helpful to your issue?&lt;/P&gt;&lt;P&gt;I am willing to hear from you.&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Allen&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:17:19 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/How-avoid-delegation-in-Lookup-with-use-of-Title-or-Record-Items/m-p/897987#M285010</guid>
      <dc:creator>v-albai-msft</dc:creator>
      <dc:date>2021-04-21T02:17:19Z</dc:date>
    </item>
    <item>
      <title>Re: Check Multiple Dropdowns Selected Values and Define 'Yes' or 'No'</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Check-Multiple-Dropdowns-Selected-Values-and-Define-Yes-or-No/m-p/897986#M285009</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="149144"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;
&lt;P&gt;Okay, I understand what you want to achieve.&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;You want the If statement to return &lt;EM&gt;&lt;STRONG&gt;true&lt;/STRONG&gt; &lt;/EM&gt;if there is any one of the condition is met.&lt;/LI&gt;
&lt;LI&gt;You want the&amp;nbsp;If statement to return &lt;EM&gt;&lt;STRONG&gt;false &lt;/STRONG&gt;&lt;/EM&gt;if there is any one of the condition is not met.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;If you want&amp;nbsp;&lt;EM&gt;&lt;STRONG&gt;any of the condition specified to be met then ApprovalCheck should have 'Yes' and&amp;nbsp;all&amp;nbsp;&lt;FONT color="#FF6600"&gt;(even one)&lt;/FONT&gt;&lt;SPAN&gt;condition is not met then ApprovalCheck should have 'No', &lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/EM&gt;I could tell you that &lt;STRONG&gt;&lt;FONT color="#000080"&gt;&lt;EM&gt;there is no way to achieve this&lt;/EM&gt;&lt;/FONT&gt;&lt;/STRONG&gt; using the logic statement.&lt;/P&gt;
&lt;P&gt;The Or operator means that once one of the condition is met, then it returns true, only if all the conditions are not met at the same time, it returns false.&lt;/P&gt;
&lt;P&gt;The And operator means that only all the conditions is met, it returns true, and if only one of the conditions is met, it returns false always.&lt;/P&gt;
&lt;P&gt;More details, please check &lt;A href="https://docs.microsoft.com/en-us/powerapps/maker/canvas-apps/functions/function-logicals" target="_self"&gt;here&lt;/A&gt; for reference.&lt;/P&gt;
&lt;P&gt;Hope it could help.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Qi&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:12:31 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Check-Multiple-Dropdowns-Selected-Values-and-Define-Yes-or-No/m-p/897986#M285009</guid>
      <dc:creator>v-qiaqi-msft</dc:creator>
      <dc:date>2021-04-21T02:12:31Z</dc:date>
    </item>
    <item>
      <title>Re: App cannot create record and throwing up customerid error</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/App-cannot-create-record-and-throwing-up-customerid-error/m-p/897984#M285008</link>
      <description>&lt;P&gt;&lt;LI-USER uid="257071"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Go back into the table and turn off the required property for the customerid. It is assigned automatically.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:02:14 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/App-cannot-create-record-and-throwing-up-customerid-error/m-p/897984#M285008</guid>
      <dc:creator>Drrickryp</dc:creator>
      <dc:date>2021-04-21T02:02:14Z</dc:date>
    </item>
    <item>
      <title>Re: Update Collection on Gallery selected</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Update-Collection-on-Gallery-selected/m-p/897983#M285007</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="152118"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I changed my question can you please check now and let me know if its clear ?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 02:01:30 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Update-Collection-on-Gallery-selected/m-p/897983#M285007</guid>
      <dc:creator>Ashok2</dc:creator>
      <dc:date>2021-04-21T02:01:30Z</dc:date>
    </item>
    <item>
      <title>Re: Data repeat restriction</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Data-repeat-restriction/m-p/897980#M285006</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="239556"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;The code I supplied should do that - it is checking for a the existence of a record where you have the user's name in one field and the date selected by the user in another field. If this record exists, the message pops up and the date picker is cleared.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:58:23 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Data-repeat-restriction/m-p/897980#M285006</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-21T01:58:23Z</dc:date>
    </item>
    <item>
      <title>Re: Setting variable based on Date column value</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-variable-based-on-Date-column-value/m-p/897978#M285005</link>
      <description>&lt;P&gt;&lt;LI-USER uid="184419"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;Let's go a step back (replace with your date field name) at screen &lt;EM&gt;&lt;STRONG&gt;OnVisible&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Set(
   approvedDate,
   Value(SharePointIntegration.Selected.YourDateFieldName)=0
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:55:26 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-variable-based-on-Date-column-value/m-p/897978#M285005</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-21T01:55:26Z</dc:date>
    </item>
    <item>
      <title>Re: Get distinct from 2 columns and sum the unique values</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Get-distinct-from-2-columns-and-sum-the-unique-values/m-p/897972#M285004</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;LI-USER uid="232097"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Where did you put that code - as the&lt;EM&gt;&lt;STRONG&gt; Items&lt;/STRONG&gt;&lt;/EM&gt; of a Gallery, it will show the number of unique records with the combination of &lt;FONT color="#0000FF"&gt;&lt;EM&gt;THDepartment&lt;/EM&gt; &lt;/FONT&gt;and &lt;EM&gt;&lt;FONT color="#0000FF"&gt;THBudgetID&lt;/FONT&gt;&lt;/EM&gt;. and is valid code for this (I also just tested it here).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:50:13 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Get-distinct-from-2-columns-and-sum-the-unique-values/m-p/897972#M285004</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-21T01:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Update Collection on Gallery selected</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Update-Collection-on-Gallery-selected/m-p/897967#M285003</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="122331"&gt;&lt;/LI-USER&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;Sorry, I still don't understand how you need to perform the "Edit Collection Records I Need to Realize".&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Bof&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:33:01 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Update-Collection-on-Gallery-selected/m-p/897967#M285003</guid>
      <dc:creator>v-bofeng-msft</dc:creator>
      <dc:date>2021-04-21T01:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: Theres a problem with power apps studio right now</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Theres-a-problem-with-power-apps-studio-right-now/m-p/897964#M285002</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="257011"&gt;&lt;/LI-USER&gt;&amp;nbsp;:&lt;/P&gt;
&lt;P&gt;You could log in to the admin center and then select "Help + Support'&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="1.PNG" style="width: 644px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247987i16BE84110B1E2599/image-size/large?v=v2&amp;amp;px=999" role="button" title="1.PNG" alt="1.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Bof&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:27:25 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Theres-a-problem-with-power-apps-studio-right-now/m-p/897964#M285002</guid>
      <dc:creator>v-bofeng-msft</dc:creator>
      <dc:date>2021-04-21T01:27:25Z</dc:date>
    </item>
    <item>
      <title>Approval process Flow - Link to item does not display any data</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Approval-process-Flow-Link-to-item-does-not-display-any-data/m-p/897962#M285001</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am creating an approval process for when an employee requests a certain change to be made in a business dictionary:&lt;/P&gt;&lt;P&gt;1. User submits change request --&amp;gt; new item gets created in Sharepoint list with 'Pending' Status&lt;/P&gt;&lt;P&gt;2. Manager receives pending approval message with link to item&lt;/P&gt;&lt;P&gt;3a. Manager approves --&amp;gt; item updates Status to 'Approved'&lt;/P&gt;&lt;P&gt;3b. Manager rejects --&amp;gt; item updates Status to 'Rejected'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The issues I'm facing are:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;The form to be approved by the manager shows none of the information filled-in by the user.&lt;/LI&gt;&lt;LI&gt;After approving, the Status column does not get updated to Approved or Rejected.&lt;/LI&gt;&lt;LI&gt;The manager receives an email with approval confirmation, but then afterwards gets another request for approval email.&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Empty be approved form from "Link to item":&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cpmhaitang_0-1618966653955.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247983i49659A84562F5FA2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cpmhaitang_0-1618966653955.png" alt="cpmhaitang_0-1618966653955.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Flow:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cpmhaitang_1-1618966735615.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247984i90D169BB5B5DF8EC/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cpmhaitang_1-1618966735615.png" alt="cpmhaitang_1-1618966735615.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="cpmhaitang_1-1618968684090.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247989i8606DECC2D37A81D/image-size/medium?v=v2&amp;amp;px=400" role="button" title="cpmhaitang_1-1618968684090.png" alt="cpmhaitang_1-1618968684090.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Charlie&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:32:16 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Approval-process-Flow-Link-to-item-does-not-display-any-data/m-p/897962#M285001</guid>
      <dc:creator>cpmhaitang</dc:creator>
      <dc:date>2021-04-21T01:32:16Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897961#M285000</link>
      <description>&lt;P&gt;now is working Thank you for your help&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;ForAll(Gallery1.AllItems;Patch(Answer_Data;Defaults(Answer_Data);
{Answer:ThisRecord.TextInput1.Text;Q_Id:ThisRecord.Label6.Text;Answer_Dates:DatePicker1.SelectedDate;User_Name:TextInput2.Text}))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:17:26 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897961#M285000</guid>
      <dc:creator>dursunzeeee</dc:creator>
      <dc:date>2021-04-21T01:17:26Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897959#M284999</link>
      <description>&lt;P&gt;&lt;LI-USER uid="112963"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;did this work for you???&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:16:53 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897959#M284999</guid>
      <dc:creator>KrishnaV</dc:creator>
      <dc:date>2021-04-21T01:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: App pass auto-assignment process</title>
      <link>https://powerusers.microsoft.com/t5/Power-Apps-Governance-and/App-pass-auto-assignment-process/m-p/897958#M4315</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="243313"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Per app license is assigned upom&amp;nbsp;&lt;STRONG&gt;sharing&lt;/STRONG&gt;&amp;nbsp;an app with a user. To free up the license, you would need to unshare apps in that environment for a user.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can reallocate your licenses among different environments to meet the usage needs. I don't believe you will see an error when sharing the app with the user when you're out of licenses, but the end user will experience one when trying to access the app.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More information is documented &lt;A href="https://docs.microsoft.com/en-us/power-platform/admin/about-powerapps-perapp#step-three-set-up-apps-to-use-per-app-plans" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---&lt;BR /&gt;Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:16:32 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Power-Apps-Governance-and/App-pass-auto-assignment-process/m-p/897958#M4315</guid>
      <dc:creator>ChrisPiasecki</dc:creator>
      <dc:date>2021-04-21T01:16:32Z</dc:date>
    </item>
    <item>
      <title>Re: Display Site Pages and Site Lists in Dropdowns</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Display-Site-Pages-and-Site-Lists-in-Dropdowns/m-p/897955#M284998</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="257201"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It is possible but how are planning to provide the data to those 2 dropdowns? from a specific list or you are expecting to populate dynamically?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:05:34 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Display-Site-Pages-and-Site-Lists-in-Dropdowns/m-p/897955#M284998</guid>
      <dc:creator>KrishnaV</dc:creator>
      <dc:date>2021-04-21T01:05:34Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897954#M284997</link>
      <description>&lt;P&gt;here is the complete code block, now this will add all the columns.&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;ForAll(Gallery1.AllItems,Patch(Answer_Data,Defaults(Answer_Data),
{Answer:ThisRecord.TextInput1.Text;Q_Id:ThisRecord.Label6.Text;Answer_Dates:ThisRecord.DatePicker1.SelectedDate;User_Name:ThisRecord.TextInput2.Text}))&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:03:44 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897954#M284997</guid>
      <dc:creator>KrishnaV</dc:creator>
      <dc:date>2021-04-21T01:03:44Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897953#M284996</link>
      <description>&lt;P&gt;Hi Thank you but record just gallery answer i want to record like first colum&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dursunzeeee_0-1618966825988.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247985iCF04939896A5A9F4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dursunzeeee_0-1618966825988.png" alt="dursunzeeee_0-1618966825988.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 01:00:53 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897953#M284996</guid>
      <dc:creator>dursunzeeee</dc:creator>
      <dc:date>2021-04-21T01:00:53Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted a required column, still showing up during data import in mapping</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897950#M10825</link>
      <description>&lt;P&gt;Yup, both done and have opened a case.&amp;nbsp; Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:58:38 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897950#M10825</guid>
      <dc:creator>ColdSpark</dc:creator>
      <dc:date>2021-04-21T00:58:38Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897948#M284995</link>
      <description>&lt;P&gt;Do this,&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;ForAll(Gallery1.AllItems,Patch(Answer_Data,Defaults(Answer_Data),{Answer:ThisRecord.TextInput1.Text}))&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:54:58 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897948#M284995</guid>
      <dc:creator>KrishnaV</dc:creator>
      <dc:date>2021-04-21T00:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted a required column, still showing up during data import in mapping</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897947#M10824</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="249356"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would verify the following:&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; Show "All fields" in your view of fields to really verify it is gone &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; Verify your environment to make sure you didn't delete from Dev and you are in Prod or something like that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If both of these above are not the case then Open a case with Microsoft as something is not right.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks much,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Drew&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:53:31 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897947#M10824</guid>
      <dc:creator>dpoggemann</dc:creator>
      <dc:date>2021-04-21T00:53:31Z</dc:date>
    </item>
    <item>
      <title>Best way to add 'Request Further Information' functionality to an external customer in model driven apps</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Best-way-to-add-Request-Further-Information-functionality-to-an/m-p/897946#M284994</link>
      <description>&lt;P&gt;Requesting Further Information from customers, applicants and clients after they have submitted a some type of webform is a fairly common use case in many business processes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone have any best practices or typical solutions for implementing this functionality?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;e.g. use of workflows, statuses, BPF stages, email integration, activities.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:51:31 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Best-way-to-add-Request-Further-Information-functionality-to-an/m-p/897946#M284994</guid>
      <dc:creator>jafitzpatrick19</dc:creator>
      <dc:date>2021-04-21T00:51:31Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897940#M284993</link>
      <description>&lt;P&gt;in one drive&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dursunzeeee_0-1618965897509.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247980i92F70210EDC68339/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dursunzeeee_0-1618965897509.png" alt="dursunzeeee_0-1618965897509.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:45:04 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897940#M284993</guid>
      <dc:creator>dursunzeeee</dc:creator>
      <dc:date>2021-04-21T00:45:04Z</dc:date>
    </item>
    <item>
      <title>Re: Cannot filter data from input text box - Expected Record value</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Cannot-filter-data-from-input-text-box-Expected-Record-value/m-p/897938#M284992</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="6096"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I followed your instruction. And it gives me this error. And I dont really understand, supposed it works isnt? I also tried added a parentheses (to close the LookUp formula), still give me error. Need your guidance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rocky_puff_0-1618965678681.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247976iDE1DE79CC1499928/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rocky_puff_0-1618965678681.png" alt="rocky_puff_0-1618965678681.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rocky_puff_1-1618965733759.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247978iA2CF3B0649C5BE80/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rocky_puff_1-1618965733759.png" alt="rocky_puff_1-1618965733759.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:44:45 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Cannot-filter-data-from-input-text-box-Expected-Record-value/m-p/897938#M284992</guid>
      <dc:creator>rocky_puff</dc:creator>
      <dc:date>2021-04-21T00:44:45Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897937#M284991</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="112963"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where is your excel? is it in the app or in a sharepoint / ondrive? could you please elaborate more on how you are managing the data in the app?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:43:32 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897937#M284991</guid>
      <dc:creator>KrishnaV</dc:creator>
      <dc:date>2021-04-21T00:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897935#M284990</link>
      <description>&lt;P&gt;i used this formul but record just one what is the wrong&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dursunzeeee_0-1618965735459.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247977i2FEB29600F00D364/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dursunzeeee_0-1618965735459.png" alt="dursunzeeee_0-1618965735459.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:43:05 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897935#M284990</guid>
      <dc:creator>dursunzeeee</dc:creator>
      <dc:date>2021-04-21T00:43:05Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897930#M284989</link>
      <description>&lt;P&gt;i want to save answer excel&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:40:48 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897930#M284989</guid>
      <dc:creator>dursunzeeee</dc:creator>
      <dc:date>2021-04-21T00:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted a required column, still showing up during data import in mapping</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897929#M10823</link>
      <description>&lt;P&gt;Unfortunately I have done all of these things.&amp;nbsp; I have published all customizations and cleared cache in chrome.&amp;nbsp; The field is still showing.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:40:34 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897929#M10823</guid>
      <dc:creator>ColdSpark</dc:creator>
      <dc:date>2021-04-21T00:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: Online/Offline sharepoint backup system creating duplicates.</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Online-Offline-sharepoint-backup-system-creating-duplicates/m-p/897927#M284988</link>
      <description>&lt;P&gt;&lt;LI-USER uid="207447"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=ZAzZCh6hfbw" target="_blank" rel="noopener"&gt;This video&lt;/A&gt; by Paul O'Flaherty is a really good explanation of working in offline mode. He uses the 3 things to identify records to be:&lt;/P&gt;
&lt;P&gt;- added as new&lt;/P&gt;
&lt;P&gt;- modified, and&lt;/P&gt;
&lt;P&gt;- deleted&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For adding new, he leverages the fact there is currently no ID value for a record.&lt;/P&gt;
&lt;P&gt;For modifying, he adjusts the Modified Date to 1/1/3001.&lt;/P&gt;
&lt;P&gt;For deleting, he adjusts the Modified Date to 1/1/3000.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then using the above he Filters the local collection and updates his SP List accordingly. The video is 1hr 40min but well worth watching&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:38:59 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Online-Offline-sharepoint-backup-system-creating-duplicates/m-p/897927#M284988</guid>
      <dc:creator>Eelman</dc:creator>
      <dc:date>2021-04-21T00:38:59Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897926#M284987</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="112963"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Where do you want to save the data? what is the data source you are using could you please elaborate more on this?&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:38:33 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897926#M284987</guid>
      <dc:creator>KrishnaV</dc:creator>
      <dc:date>2021-04-21T00:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897924#M284986</link>
      <description>&lt;P&gt;i used this formul but record just one what is the wrong&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dursunzeeee_0-1618965457615.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247975iE2EF56F32697F98E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dursunzeeee_0-1618965457615.png" alt="dursunzeeee_0-1618965457615.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Patch(Answer_Data;Defaults(Answer_Data);{Answer:TextInput1.Text;Q_Id:Label6.Text;Answer_Dates:DatePicker1.SelectedDate;User_Name:TextInput2.Text})&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:37:47 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897924#M284986</guid>
      <dc:creator>dursunzeeee</dc:creator>
      <dc:date>2021-04-21T00:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Data repeat restriction</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Data-repeat-restriction/m-p/897921#M284985</link>
      <description>&lt;P&gt;Thank you for your answer! But I think I explained it wrong. The problem is the following: My App only receives two data, a date and a number of hours corresponding to that date. What I need is that when the user enters a new date, if by mistake he enters a date that has already been registered, and wants to save, the app does not leave it since there cannot be more than one record per date. My data is saved in an excel in one drive, so what the function should do is check in the date field of my excel and if the date that was entered and is going to be saved had been entered before, then no it should allow you to save the record. I hope my problem is better understood and in advance thank you very much for your time !!!&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:36:26 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Data-repeat-restriction/m-p/897921#M284985</guid>
      <dc:creator>Labraham36</dc:creator>
      <dc:date>2021-04-21T00:36:26Z</dc:date>
    </item>
    <item>
      <title>Re: Checkbox Gallery with TextInput</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Checkbox-Gallery-with-TextInput/m-p/897918#M284984</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="252826"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Add a textbox on the same column where you have added a checkbox to enable the textbox with the below formula on visible property.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;CheckboxOther.Value&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;at the time of submit add the value provided in the textbox to SharePoint list.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:31:49 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Checkbox-Gallery-with-TextInput/m-p/897918#M284984</guid>
      <dc:creator>KrishnaV</dc:creator>
      <dc:date>2021-04-21T00:31:49Z</dc:date>
    </item>
    <item>
      <title>Graphics Problems</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Graphics-Problems/m-p/897916#M284983</link>
      <description>&lt;P&gt;hello community! I have a query about graphics in power apps. I have an App that records two pieces of information: A date and a number of hours. I want to make some graphs with this data that measure the number of hours per month. What happens is that the graph lets me put the date on the x axis and the number of hours per day on the y axis. I would like you to add up the number of hours in the month and show me a bar graph with the months on the x-axis, and the total number of hours for the month on the bar. How could I do this? I leave an image of the graph that shows me the number of hours in the day. That I want to pass it to month. Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Tablero.png" style="width: 999px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247974i0C3DEA2EECA5F994/image-size/large?v=v2&amp;amp;px=999" role="button" title="Tablero.png" alt="Tablero.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:26:49 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Graphics-Problems/m-p/897916#M284983</guid>
      <dc:creator>Labraham36</dc:creator>
      <dc:date>2021-04-21T00:26:49Z</dc:date>
    </item>
    <item>
      <title>Re: Setting variable based on Date column value</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-variable-based-on-Date-column-value/m-p/897907#M284982</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="133590"&gt;&lt;/LI-USER&gt;&amp;nbsp;, Thank you for the idea, I set this in 'On Edit' property of SharePoint Integration control.&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I edit a list item first time, condition is not triggered. But I cancel and edit the same list item again, everything works as expected.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tried to set the variable in EditScreen- OnVisible() as well and same issue. Not able to figure out what is going on.. : (&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:22:46 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-variable-based-on-Date-column-value/m-p/897907#M284982</guid>
      <dc:creator>KSMB</dc:creator>
      <dc:date>2021-04-21T00:22:46Z</dc:date>
    </item>
    <item>
      <title>Gallery questions and answers save excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897904#M284981</link>
      <description>&lt;P&gt;Hi i have to table questiondata and Answe_data&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i need save the answer from the gallery1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="dursunzeeee_0-1618964261183.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247970iF3D5DED12D2B2BC3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="dursunzeeee_0-1618964261183.png" alt="dursunzeeee_0-1618964261183.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:19:19 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Gallery-questions-and-answers-save-excel/m-p/897904#M284981</guid>
      <dc:creator>dursunzeeee</dc:creator>
      <dc:date>2021-04-21T00:19:19Z</dc:date>
    </item>
    <item>
      <title>Create PDF without premium connector and populate dynamic data</title>
      <link>https://powerusers.microsoft.com/t5/Webinars-and-Video-Gallery/Create-PDF-without-premium-connector-and-populate-dynamic-data/m-p/897898#M1462</link>
      <description>&lt;P&gt;&lt;SPAN&gt;In this video, I have explained how to create a Create PDF without Premium Connector in Power Automate. I have explained: &lt;span class="lia-unicode-emoji" title=":high_voltage:"&gt;⚡&lt;/span&gt; Create PDF with Dynamic Data &lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":high_voltage:"&gt;⚡&lt;/span&gt; Create Key value pair with JSON format &lt;BR /&gt;&lt;span class="lia-unicode-emoji" title=":high_voltage:"&gt;⚡&lt;/span&gt; Convert HTML file to PDF &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":high_voltage:"&gt;⚡&lt;/span&gt; Get the image content with the Get File content from One Drive &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-unicode-emoji" title=":high_voltage:"&gt;⚡&lt;/span&gt; How to use dataUri function.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN class="videoUrl hidden"&gt;watch?v=KGLtKl97OGo&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:15:03 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Webinars-and-Video-Gallery/Create-PDF-without-premium-connector-and-populate-dynamic-data/m-p/897898#M1462</guid>
      <dc:creator>KrishnaV</dc:creator>
      <dc:date>2021-04-21T00:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Capacity</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Storage-Capacity/m-p/897896#M10822</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="243940"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It looks like you might be in a trial tenant with the allocations but maybe not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you purchase a single "Power Apps Per User" license you will be granted 10GB of storage in your tenant.&amp;nbsp; This is always a first recommendation for my customers to get that storage allotment in the dataverse.&amp;nbsp; The list price for this is $40 per user / month.&amp;nbsp; You will also get allocations for every user that is added to the environment for either Power Apps Per User or Power Apps Per App licenses but these allocations are different.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;A great detailed guide is &lt;A href="https://go.microsoft.com/fwlink/?LinkId=2085130&amp;amp;clcid=0x409" target="_self"&gt;here&lt;/A&gt;.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;General table from this guide is below&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-04-20 at 7.10.23 PM.png" style="width: 999px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247967iCF3ED7EF40059D86/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-04-20 at 7.10.23 PM.png" alt="Screen Shot 2021-04-20 at 7.10.23 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;As you can see you get 250 MB of database capacity for each additional Power Apps Per User plan and 50 MB for each Power Apps Per App plan.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp; Please accept if answers your question or Like if helped in any way.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Drew&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:12:38 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Storage-Capacity/m-p/897896#M10822</guid>
      <dc:creator>dpoggemann</dc:creator>
      <dc:date>2021-04-21T00:12:38Z</dc:date>
    </item>
    <item>
      <title>Re: Storage Capacity</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Storage-Capacity/m-p/897893#M10821</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="243940"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When you create an environment, it reserves 1GB of storage capacity regardless if it is using less.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;More informatiom in environments and storage capacity is provided &lt;A href="https://docs.microsoft.com/en-us/power-platform/admin/capacity-storage#changes-for-exceeding-storage-capacity-entitlements" target="_self"&gt;here&lt;/A&gt;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note: there is typically a delay in the storage capacity reports so may need to wait a bit until any storage you free up is reflected.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---&lt;BR /&gt;Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.&lt;/P&gt;</description>
      <pubDate>Wed, 21 Apr 2021 00:08:58 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Storage-Capacity/m-p/897893#M10821</guid>
      <dc:creator>ChrisPiasecki</dc:creator>
      <dc:date>2021-04-21T00:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Multi select combo box clear other values if "none of the above" selected</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Multi-select-combo-box-clear-other-values-if-quot-none-of-the/m-p/897889#M284980</link>
      <description>&lt;P&gt;&lt;LI-USER uid="238479"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Firstly, you must have the Variable &lt;EM&gt;varNoneAbove&lt;/EM&gt; already defined as another data type - I tested the syntax here and it worked fine. If you simply want to reset the control, do this&lt;EM&gt;&lt;STRONG&gt; OnChange&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;If(
   "None of the above" in Self.SelectedItems.Value,
   Reset(Self)
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:53:23 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Multi-select-combo-box-clear-other-values-if-quot-none-of-the/m-p/897889#M284980</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T23:53:23Z</dc:date>
    </item>
    <item>
      <title>Checkbox Gallery with TextInput</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Checkbox-Gallery-with-TextInput/m-p/897888#M284979</link>
      <description>&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a form where I have added a Gallery for checkbox inputs. I have one of the checkbox choices as "Other". I would like to provide the user the ability to fill a Text Input if the "Other" option is selected. Is there a way I can do this since the checkboxes are inside of a gallery? The SharePoint column is a choice column, but I have allowed the ability to add manual data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:52:09 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Checkbox-Gallery-with-TextInput/m-p/897888#M284979</guid>
      <dc:creator>cperry07</dc:creator>
      <dc:date>2021-04-20T23:52:09Z</dc:date>
    </item>
    <item>
      <title>Storage Capacity</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Storage-Capacity/m-p/897887#M10820</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="87341i030fu61.png" style="width: 999px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247965i882B50735E6309A8/image-size/large?v=v2&amp;amp;px=999" role="button" title="87341i030fu61.png" alt="87341i030fu61.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What and from where do I get this storage capacity from? Is 1 GB the default environment dataverse capacity? I have just created few environments with few canvas applications. Why is the data getting filled up when I do not use any files in my application? I use Excel and SQL server as my datasources, what exactly is happening? I have deleted the environments and applications except default environment but I still see the Storage is full and cannot create a new environment. how can I create a new environment again?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:50:24 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Storage-Capacity/m-p/897887#M10820</guid>
      <dc:creator>slalithp</dc:creator>
      <dc:date>2021-04-20T23:50:24Z</dc:date>
    </item>
    <item>
      <title>Re: Get distinct from 2 columns and sum the unique values</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Get-distinct-from-2-columns-and-sum-the-unique-values/m-p/897885#M284978</link>
      <description>&lt;P&gt;&lt;LI-USER uid="133590"&gt;&lt;/LI-USER&gt;&amp;nbsp;Thank you for the reply&amp;nbsp;&lt;/P&gt;&lt;P&gt;but i get this error message&lt;/P&gt;&lt;P&gt;" Expected Text Value"&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:48:40 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Get-distinct-from-2-columns-and-sum-the-unique-values/m-p/897885#M284978</guid>
      <dc:creator>SaeedKamel</dc:creator>
      <dc:date>2021-04-20T23:48:40Z</dc:date>
    </item>
    <item>
      <title>Filter Gallery by User button</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Filter-Gallery-by-User-button/m-p/897884#M284977</link>
      <description>&lt;P&gt;Hey Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a gallery where I allow the ability to filter the gallery by the buttons "All" "In Progress" "Pending" &amp;amp; "Complete"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have created a collection of "ToggleCol"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would also like to add a button where the user can filter Tasks assigned to them named "My Tasks"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a form that the users have the ability to add users, which in SharePoint is a Users/Groups field. They can add multiple users to an assigned task. Is there a way that I can Filter the gallery for any tasks associated with a particular user by clicking a button as well? I have tried a few different methods, but none successful. The SharePoint Column Name is 'Responsible Person'&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Chris&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:47:40 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Filter-Gallery-by-User-button/m-p/897884#M284977</guid>
      <dc:creator>cperry07</dc:creator>
      <dc:date>2021-04-20T23:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Form - Aligning Field Heights</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Form-Aligning-Field-Heights/m-p/897883#M284976</link>
      <description>&lt;P&gt;&lt;LI-USER uid="256983"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So interesting that you were watching the video at the same time!&amp;nbsp; Yes, not much on the height issue as there really isn't much.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would say that you just need to assess your situation and see if the stock form (perhaps broken up in to multiple forms) is the best approach, or putting together your own interface for the form is better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Sometimes you get into a scenario where you also need to "tab" your interface by having the form broken into tabs.&amp;nbsp; This is a possibility as well.&amp;nbsp; I have another video on that very topic in the works but it is not published yet.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please do take a look through the videos and see if you have any questions on it or still on the best approach....I'd be happy to provide answers as you might need.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:45:58 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Form-Aligning-Field-Heights/m-p/897883#M284976</guid>
      <dc:creator>RandyHayes</dc:creator>
      <dc:date>2021-04-20T23:45:58Z</dc:date>
    </item>
    <item>
      <title>Re: Setting variable based on Date column value</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-variable-based-on-Date-column-value/m-p/897882#M284975</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="184419"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;If you want the Variable to be &lt;STRONG&gt;true&lt;/STRONG&gt; if the date picker&lt;STRONG&gt; is blank&lt;/STRONG&gt;, try this&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Set(
   approvedDate,
   Value(DataCardValue11_2.SelectedDate)=0
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:44:35 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-variable-based-on-Date-column-value/m-p/897882#M284975</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T23:44:35Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted a required column, still showing up during data import in mapping</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897880#M10819</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="249356"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I walked through this process with a custom table and did the following steps and the column I deleted no longer appeared, can you try and verify?&lt;/P&gt;&lt;P&gt;1.&amp;nbsp; I removed the column from all forms / views / business rules / controls etc.&lt;/P&gt;&lt;P&gt;2.&amp;nbsp; I deleted the field from the Table in the dataverse&lt;/P&gt;&lt;P&gt;3.&amp;nbsp; I navigated to Solutions in the make.powerapps.com and I chose to "Publish All Customizations"&lt;/P&gt;&lt;P&gt;4.&amp;nbsp; I went to the table again and chose the Data --&amp;gt; Get Data --&amp;gt; Get Data From Excel&amp;nbsp;&lt;/P&gt;&lt;P&gt;5.&amp;nbsp; The field no longer existed in the dataverse side to map to.&amp;nbsp; Of course I still had in my Excel file but no field to map to in the dataverse.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If the steps above do not work, can you try clearing cache in your browser?&amp;nbsp; I am using Chrome...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Drew&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:39:56 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897880#M10819</guid>
      <dc:creator>dpoggemann</dc:creator>
      <dc:date>2021-04-20T23:39:56Z</dc:date>
    </item>
    <item>
      <title>Re: Text Input &amp;</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Text-Input-amp/m-p/897879#M284974</link>
      <description>&lt;P&gt;&lt;LI-USER uid="133590"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's always more simple than I am making it &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; I was trying to add it to the text input that already does the Filter but I guess I should have just been adding it into the Mail function. Thank you as always for the quick and concise reply!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:37:10 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Text-Input-amp/m-p/897879#M284974</guid>
      <dc:creator>StephenGW</dc:creator>
      <dc:date>2021-04-20T23:37:10Z</dc:date>
    </item>
    <item>
      <title>Re: Form - Aligning Field Heights</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Form-Aligning-Field-Heights/m-p/897877#M284973</link>
      <description>&lt;P&gt;Hi Randy!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perfect timing! I was actually just watching one of your &lt;A href="https://www.youtube.com/watch?v=w724AECyMxo" target="_self"&gt;form videos&lt;/A&gt;&amp;nbsp;seeing if I could find an answer. Couldn't find the height answer but your video is awesome and has a ton of information so thank you for sharing with us&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":beaming_face_with_smiling_eyes:"&gt;😁&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I should have added that the data I presented above is actually at the bottom of a single form with 8 fields above the Toggles. Would you concur that this may need to broken into 3 individual forms to work?&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;the first form containing the 8 data fields above the Toggles,&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;the second form containing the Toggles,&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;and the third form containing the attachments?&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just trying to get an overall idea of how best to approach this. I will definitely be watching your videos as well to figure out how best to achieve the saving of space.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you!!!!!!!!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:36:13 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Form-Aligning-Field-Heights/m-p/897877#M284973</guid>
      <dc:creator>Beach9271</dc:creator>
      <dc:date>2021-04-20T23:36:13Z</dc:date>
    </item>
    <item>
      <title>Online/Offline sharepoint backup system creating duplicates.</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Online-Offline-sharepoint-backup-system-creating-duplicates/m-p/897872#M284972</link>
      <description>&lt;P&gt;So I've made an app for a field crew to record quality control conditions, it saves data locally when offline, and uploads when online. it also stores each record locally as a backup if an upload to sharepoint fails or if the record is deleted from the back end.&lt;/P&gt;&lt;P&gt;It works fine if there are no edits made to the record. but if the record is changed, even if the strings its checking are identical, it will push a new duplicate record. See example code below, it runs on a trigger to check the backup data against the sharepoint list.&lt;/P&gt;&lt;LI-CODE lang="python"&gt;Collect(
        ElementData,
        Filter(
            ElementDataBackup,
            Not(
                And(
                    Text(ElemQCNum) in ElementData.ElemQCNum,
                    Text(DrillCount) in ElementData.DrillCount,
                    Text(Title) in ElementData.ProjectFullName
                )
            )
        )
    );&lt;/LI-CODE&gt;&lt;P&gt;does anyone else have a cleaner "upload if record doesn't exist online"? "ElementData" is the online list, "ElementDataBackup" is the local collection. all column names are double checked and correct.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:30:15 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Online-Offline-sharepoint-backup-system-creating-duplicates/m-p/897872#M284972</guid>
      <dc:creator>FarrellDrafting</dc:creator>
      <dc:date>2021-04-20T23:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Division in gallery label is behaving strange</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Division-in-gallery-label-is-behaving-strange/m-p/897871#M284971</link>
      <description>&lt;P&gt;Hi &lt;LI-USER uid="255721"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There seems to be a pattern whereby any Plan value greater than 1,000 doesn't calculate correctly.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="timl_0-1618960943699.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247955i320278FD764A27A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="timl_0-1618960943699.png" alt="timl_0-1618960943699.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;When I look at your screenshot, it looks as though there may be a space between the 1,000 digit and the remaining numbers.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Text(
     (Value(txtUtfall.Text) / Value(Substitute(Label5.Text;" ";"")))*100;
     "[$-sv-SE]#"
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:30:09 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Division-in-gallery-label-is-behaving-strange/m-p/897871#M284971</guid>
      <dc:creator>timl</dc:creator>
      <dc:date>2021-04-20T23:30:09Z</dc:date>
    </item>
    <item>
      <title>Re: Send email when new record not created</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Send-email-when-new-record-not-created/m-p/897860#M10818</link>
      <description>&lt;P&gt;hi&amp;nbsp;&lt;LI-USER uid="257144"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would follow the same approach as&amp;nbsp;&lt;LI-USER uid="117202"&gt;&lt;/LI-USER&gt;&amp;nbsp;here, which is great!.&amp;nbsp; Other things I would do to really help build this for stability and scalability going forward is you may want to add fields to the User table in Dataverse (or a related table 1:N from User table) for configurations like this.&amp;nbsp; It would allow you to build a flexible configuration where users can control the types of notifications they receive and when they receive.&amp;nbsp; Example, you could have a field that is a "Yes / No" to receive notifications on the file notes and then another field on how often.&amp;nbsp; This could be extended to many other types of notifications in the system.&amp;nbsp; It would provide the power in the user's hand to control their notification strategy and the automation around this that can be different per user.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this provides some value.&amp;nbsp; Please like if it does because&amp;nbsp;&lt;LI-USER uid="117202"&gt;&lt;/LI-USER&gt;&amp;nbsp;provided the real answer&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_big_eyes:"&gt;😃&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Drew&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:19:33 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Send-email-when-new-record-not-created/m-p/897860#M10818</guid>
      <dc:creator>dpoggemann</dc:creator>
      <dc:date>2021-04-20T23:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted a required column, still showing up during data import in mapping</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897859#M10817</link>
      <description>&lt;P&gt;I am referring to the data mapping interface that comes up after you select Data &amp;gt; Get Data &amp;gt; Get Data from Excel, and then upload a csv.&amp;nbsp; It is always still showing the deleted column that i have confirmed is gone when you go look at columns.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:16:59 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897859#M10817</guid>
      <dc:creator>ColdSpark</dc:creator>
      <dc:date>2021-04-20T23:16:59Z</dc:date>
    </item>
    <item>
      <title>Re: Default Time Picker - Working for 'Hour' but not for 'Minute'</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Default-Time-Picker-Working-for-Hour-but-not-for-Minute/m-p/897856#M284970</link>
      <description>&lt;P&gt;&lt;LI-USER uid="257154"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad to help!&amp;nbsp; Sorry about the extra ')' in the formula...now you have an extra - use it someplace where you might need it.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":face_with_tears_of_joy:"&gt;😂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:15:59 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Default-Time-Picker-Working-for-Hour-but-not-for-Minute/m-p/897856#M284970</guid>
      <dc:creator>RandyHayes</dc:creator>
      <dc:date>2021-04-20T23:15:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to Modify a Data source into custom column gallery</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/How-to-Modify-a-Data-source-into-custom-column-gallery/m-p/897849#M284969</link>
      <description>&lt;P&gt;&lt;LI-USER uid="178009"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set the Items property of your Gallery to:&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;&amp;nbsp; &amp;nbsp;AddColumns(GroupBy(yourDataSource, "User", "_recs"), "_maximum", CountRows(_recs))&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Set a label in the Gallery to&amp;nbsp;&lt;STRONG&gt;ThisItem.User&lt;/STRONG&gt;&amp;nbsp; and another to&amp;nbsp;&lt;STRONG&gt;ThisItem._maximum&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this is helpful for you.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:11:24 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/How-to-Modify-a-Data-source-into-custom-column-gallery/m-p/897849#M284969</guid>
      <dc:creator>RandyHayes</dc:creator>
      <dc:date>2021-04-20T23:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Form - Aligning Field Heights</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Form-Aligning-Field-Heights/m-p/897847#M284968</link>
      <description>&lt;P&gt;&lt;LI-USER uid="256983"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Unfortunately, that level of arrangement is not available as the forms work from a grid or rows that are all equal height.&lt;/P&gt;
&lt;P&gt;I can provide two options for you.&lt;/P&gt;
&lt;P&gt;1) Split the form - there are some factors to consider with this when "connecting" them back together.&amp;nbsp; I have some details on splitting forms in a &lt;A href="https://youtu.be/2E4FXNPLVXw" target="_blank" rel="noopener"&gt;Video on the topic.&lt;/A&gt;&amp;nbsp; Normally everyone will say to Patch the forms when you submit, but this loses all the functionality of the form and wastes it.&amp;nbsp; But since it is just the attachments that you want to move to the side, then you can easily Patch just the attachments on the OnSuccess of the first form submit.&lt;/P&gt;
&lt;P&gt;Ex.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="RandyHayes_0-1618960136364.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247946iED96B9FD8A60F4A9/image-size/medium?v=v2&amp;amp;px=400" role="button" title="RandyHayes_0-1618960136364.png" alt="RandyHayes_0-1618960136364.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2) Build your own form.&amp;nbsp; You can still use all of the features of the EditForm you have, just provide it your own interface instead of the one out of the box.&amp;nbsp; I have a &lt;A href="https://youtu.be/w724AECyMxo" target="_blank" rel="noopener"&gt;video on this topic&lt;/A&gt; as well.&amp;nbsp; In particular &lt;A href="https://www.youtube.com/watch?v=w724AECyMxo&amp;amp;t=4239s" target="_blank" rel="noopener"&gt;Part 3 of the video&lt;/A&gt; will provide details on that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this is helpful for you.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 23:09:13 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Form-Aligning-Field-Heights/m-p/897847#M284968</guid>
      <dc:creator>RandyHayes</dc:creator>
      <dc:date>2021-04-20T23:09:13Z</dc:date>
    </item>
    <item>
      <title>Re: Filter records in Calendar Control V2 in Model-Driven</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Filter-records-in-Calendar-Control-V2-in-Model-Driven/m-p/897838#M10816</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="250609"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just setup the exact scenario in my instance and I receive an error every time I go into the filter when having the calendar control v2 active.&amp;nbsp; The error I receive is the following (even without adding any additional criteria):&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screen Shot 2021-04-20 at 5.42.42 PM.png" style="width: 999px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247944i2D3505638F8A982A/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2021-04-20 at 5.42.42 PM.png" alt="Screen Shot 2021-04-20 at 5.42.42 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a bug and you should open a case with Microsoft but I was able to work around this issue.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If I put in "read only grid" and enter all of the filter criteria then when I put into calendar mode with the V2 control it worked successfully to show in the calendar grid with my records that were filtered.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps!&amp;nbsp; Please accept if answers your question or Like if helped in some way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Drew&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:48:48 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Filter-records-in-Calendar-Control-V2-in-Model-Driven/m-p/897838#M10816</guid>
      <dc:creator>dpoggemann</dc:creator>
      <dc:date>2021-04-20T22:48:48Z</dc:date>
    </item>
    <item>
      <title>Re: 256 rows limit getting rows from excel</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/256-rows-limit-getting-rows-from-excel/m-p/897836#M284967</link>
      <description>&lt;P&gt;Hello MS Guys.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Quick question. I am trying to copy my giant excel file "close to 1M rows by 12 columns" I have a combination of Text and Date columns".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please let me know How many hours this operation will take? and also is possible to copy all those rows? or only the maximum threshold of 100000?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:42:48 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/256-rows-limit-getting-rows-from-excel/m-p/897836#M284967</guid>
      <dc:creator>sajarac</dc:creator>
      <dc:date>2021-04-20T22:42:48Z</dc:date>
    </item>
    <item>
      <title>Form - Aligning Field Heights</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Form-Aligning-Field-Heights/m-p/897835#M284966</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have an app with a form. The users are tired of scrolling and want to shorten the form itself. Currently the fields are aligned as:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle1 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle2 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle3 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle4 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle5 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Attachments - height 250&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;They want to align the columns to reduce scrolling and use less space as follows:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle1 - height 50&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Attachments - height 250&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle2 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle3 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle4 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle5 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried setting the form to 1 column and 2 columns. I've also tried the X,Y coordinates but cannot seem to align the fields as the Attachments-height 250 ends up changing Toggle1 from a height of 50 to a height of 250 to match the Attachments height thus wasting valuable space:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle1 - height &lt;STRIKE&gt;&lt;FONT color="#FF0000"&gt;50&lt;/FONT&gt;&lt;/STRIKE&gt;&lt;FONT color="#FF0000"&gt; 250&lt;/FONT&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;Attachments - height 250&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle2 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle3 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle4 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;Toggle5 - height 50&lt;/P&gt;&lt;P class="lia-indent-padding-left-30px"&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any thought on if this is possible or how best to fulfill this request? Thank you in advance.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:42:34 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Form-Aligning-Field-Heights/m-p/897835#M284966</guid>
      <dc:creator>Beach9271</dc:creator>
      <dc:date>2021-04-20T22:42:34Z</dc:date>
    </item>
    <item>
      <title>Re: Is there a simple way to copy entity data and webpage setting to other environments?</title>
      <link>https://powerusers.microsoft.com/t5/Power-Apps-Portals/Is-there-a-simple-way-to-copy-entity-data-and-webpage-setting-to/m-p/897834#M6898</link>
      <description>&lt;P&gt;hI&amp;nbsp;&lt;LI-USER uid="243464"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;The answer is no need to create the table first in your target environment. It depends on your need. Adding a screenshot for your reference. You can load to a new table and map the relevant fields.&amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Or if the situation changes if you want to continue the process from source to target environment then you need to pick the "Load to Existing table" and make sure you have proper data types.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ragavanrajan_0-1618958000144.png" style="width: 999px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247943iC50F312F607D83BC/image-size/large?v=v2&amp;amp;px=999" role="button" title="ragavanrajan_0-1618958000144.png" alt="ragavanrajan_0-1618958000144.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="198953"&gt;&lt;/LI-USER&gt;,&amp;nbsp;Thank you for the info. The reason why I mentioned this method is the user prefers a different way rather than a configuration tool or XRM tool box.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------&lt;/P&gt;
&lt;P&gt;If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:38:00 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Power-Apps-Portals/Is-there-a-simple-way-to-copy-entity-data-and-webpage-setting-to/m-p/897834#M6898</guid>
      <dc:creator>ragavanrajan</dc:creator>
      <dc:date>2021-04-20T22:38:00Z</dc:date>
    </item>
    <item>
      <title>How to Modify a Data source into custom column gallery</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/How-to-Modify-a-Data-source-into-custom-column-gallery/m-p/897832#M284965</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hi Community,&lt;/P&gt;&lt;P&gt;I have a requirement. I am trying to figure out using groupby , addcolumns but unable to achieve what i need.&lt;/P&gt;&lt;P&gt;I have a table like below with user and candy. I want to create a new gallery where the users information is stored along with the no of candy allowed. (So if for example Antony occurs more than 3 times , then the Maximum column should be 3, if its less than 3 , then no issue)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Datasource/Table&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PowerO365Guy_0-1618957331674.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247940i8B2FCC38787DE7BE/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PowerO365Guy_0-1618957331674.png" alt="PowerO365Guy_0-1618957331674.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Expected table into a Gallery&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="PowerO365Guy_1-1618957479925.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247942iB2109C1FC546FFB0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="PowerO365Guy_1-1618957479925.png" alt="PowerO365Guy_1-1618957479925.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:27:21 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/How-to-Modify-a-Data-source-into-custom-column-gallery/m-p/897832#M284965</guid>
      <dc:creator>PowerO365Guy</dc:creator>
      <dc:date>2021-04-20T22:27:21Z</dc:date>
    </item>
    <item>
      <title>Re: Multi select combo box clear other values if "none of the above" selected</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Multi-select-combo-box-clear-other-values-if-quot-none-of-the/m-p/897830#M284964</link>
      <description>&lt;P&gt;Thank you for responding!&lt;BR /&gt;&lt;BR /&gt;Multi-select combo box&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Choices are pulled from a SharePoint list ("A", "B", "C", "D", "None of the above")&lt;/LI&gt;&lt;LI&gt;When users selects "None of the above" I want to remove any other values also selected ("A" - "D")&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;When I put your code in the OnChange property of the DataCardValue, the "=" causes an error:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-left" image-alt="2021-04-20_16-22-30.png" style="width: 999px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247941i1FD839601A4A6E46/image-size/large?v=v2&amp;amp;px=999" role="button" title="2021-04-20_16-22-30.png" alt="2021-04-20_16-22-30.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;Do you need to know more to suggest other ideas?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:24:10 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Multi-select-combo-box-clear-other-values-if-quot-none-of-the/m-p/897830#M284964</guid>
      <dc:creator>RoarkeP</dc:creator>
      <dc:date>2021-04-20T22:24:10Z</dc:date>
    </item>
    <item>
      <title>Simple One to many relationship adding a record to the related table</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Simple-One-to-many-relationship-adding-a-record-to-the-related/m-p/897828#M284963</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a very simple dataverse setup, 2 tables, Events (fields: Name, Date, Deadline)&amp;nbsp; and participants (fields: Email, Name)&lt;/P&gt;&lt;P&gt;with a one to many relationship.&lt;/P&gt;&lt;P&gt;I have a screen where I show the event in a form and a button to subscribe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I just have no idea what to put in the button on select event to add the user to the participants table.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another screen with the event information and a dropdown where I want to list all the related people in the participants table, I'm also baffled how to fill this dropdown with the participants.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to patch it like&lt;/P&gt;&lt;P&gt;Patch(Events,Gallery1.Selected,{Participants.Email&lt;/P&gt;&lt;P&gt;but the related participant is not available yet&lt;BR /&gt;&lt;BR /&gt;Seems something simple but I can't seem to find anything on the web about this&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Rbie&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:23:58 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Simple-One-to-many-relationship-adding-a-record-to-the-related/m-p/897828#M284963</guid>
      <dc:creator>Rbie</dc:creator>
      <dc:date>2021-04-20T22:23:58Z</dc:date>
    </item>
    <item>
      <title>Setting variable based on Date column value</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-variable-based-on-Date-column-value/m-p/897826#M284962</link>
      <description>&lt;P&gt;Hi All,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am customizing SharePoint forms and in the Edit form, if the Approved Date has a value, then all the date cards will be have the Display Mode set to 'View'.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I set the global variable:&amp;nbsp;&lt;BR /&gt;If(IsBlank(Text(DataCardValue11_2.SelectedDate)),Set(approvedDate,true),Set(approvedDate,false)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Displaymode of each datacard: If(approvedDate, DisplayMode.View, DisplayMode. Edit)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This doesnt work, can you please suggest or recommend how to set this variable coreectly?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;regards,&amp;nbsp;&lt;/P&gt;&lt;P&gt;MB&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:21:38 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Setting-variable-based-on-Date-column-value/m-p/897826#M284962</guid>
      <dc:creator>KSMB</dc:creator>
      <dc:date>2021-04-20T22:21:38Z</dc:date>
    </item>
    <item>
      <title>Re: COMPLICATED IF FUNCTION.</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/COMPLICATED-IF-FUNCTION/m-p/897825#M284961</link>
      <description>&lt;P&gt;Slightly cleaner version:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;If(
                Value &amp;lt;= 3,
                Code1 + RoundDown(
                    Code1 / 11,
                    0
                ) - 60 + If(
                    Code1 in [76,86,87],
                    1,
                    0
                ),
                Value(Character)
            )&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:18:23 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/COMPLICATED-IF-FUNCTION/m-p/897825#M284961</guid>
      <dc:creator>WillPage</dc:creator>
      <dc:date>2021-04-20T22:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: Return to the workplace</title>
      <link>https://powerusers.microsoft.com/t5/Emergency-Response-Gallery/Return-to-the-workplace/m-p/897824#M448</link>
      <description>&lt;P&gt;Facilities app:&amp;nbsp; I have a disconnect between what phase the BPF shows as active and what is actually active.&amp;nbsp; Plus, for occupancy capacity, the app isn't allowing any bookings.&lt;BR /&gt;&lt;BR /&gt;Ideas?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:18:03 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Emergency-Response-Gallery/Return-to-the-workplace/m-p/897824#M448</guid>
      <dc:creator>RyanFair</dc:creator>
      <dc:date>2021-04-20T22:18:03Z</dc:date>
    </item>
    <item>
      <title>Re: Deleted a required column, still showing up during data import in mapping</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897823#M10815</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="249356"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;&lt;P&gt;If you delete the column and publish the solution the column will be removed from the data import template if you download a new template.&amp;nbsp; Where are you seeing the column when you say the "data mapping interface"?&amp;nbsp; Is this the data import wizard and are you utilizing a map that you had saved in the past?&amp;nbsp; If so, I would suggest creating a new map.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this helps, let me know if I am missing what you are asking...&amp;nbsp; If this did solve, please mark accepted.&amp;nbsp; If it helps somewhat then please like if possible.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;BR /&gt;&lt;BR /&gt;Drew&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:12:41 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Deleted-a-required-column-still-showing-up-during-data-import-in/m-p/897823#M10815</guid>
      <dc:creator>dpoggemann</dc:creator>
      <dc:date>2021-04-20T22:12:41Z</dc:date>
    </item>
    <item>
      <title>Re: Division in gallery label is behaving strange</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Division-in-gallery-label-is-behaving-strange/m-p/897822#M284960</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="255721"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I think you have one bracket in the wrong place&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Text(
   (
      Value(txtUtfall.Text) / Value(Label5.Text) *100
   );"[$-sv-SE]#"
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:11:47 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Division-in-gallery-label-is-behaving-strange/m-p/897822#M284960</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T22:11:47Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records adding from collection to database</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897820#M284959</link>
      <description>&lt;P&gt;&lt;LI-USER uid="251813"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would still try use the form and add a patch for any other values in the OnSuccess property using the form's LastSubmit property to identify the record being patched.&amp;nbsp; As&amp;nbsp;&lt;LI-USER uid="44330"&gt;&lt;/LI-USER&gt;&amp;nbsp; points out in his Forms Plus video here&amp;nbsp;&lt;A href="https://www.youtube.com/watch?v=w724AECyMxo" target="_self"&gt;https://www.youtube.com/watch?v=w724AECyMxo&lt;/A&gt;&amp;nbsp;&amp;nbsp;there are many advantages to using the built in features of the form.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:09:37 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897820#M284959</guid>
      <dc:creator>Drrickryp</dc:creator>
      <dc:date>2021-04-20T22:09:37Z</dc:date>
    </item>
    <item>
      <title>Division in gallery label is behaving strange</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Division-in-gallery-label-is-behaving-strange/m-p/897819#M284958</link>
      <description>&lt;P&gt;Hi i have this gallery and in the column &lt;FONT color="#FF0000"&gt;Målu.&amp;nbsp;&lt;FONT color="#000000"&gt;im trying to calcualte the complience &lt;FONT color="#0000FF"&gt;(Utfall / Plan)&lt;/FONT&gt; and the weird thing is&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#FF0000"&gt;&lt;FONT color="#000000"&gt;that not all columns are getting calculated.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Petter120_0-1618956288559.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247938i705CDD03C756DEE8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Petter120_0-1618956288559.png" alt="Petter120_0-1618956288559.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I use this formula in my text property&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Text((Value(txtUtfall.Text) / Value(Label5.Text))*100;"[$-sv-SE]#")
&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If i change the division to addition numbers will apear in all cells.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks Petter&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:09:04 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Division-in-gallery-label-is-behaving-strange/m-p/897819#M284958</guid>
      <dc:creator>Petter120</dc:creator>
      <dc:date>2021-04-20T22:09:04Z</dc:date>
    </item>
    <item>
      <title>Re: Text Input &amp;</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Text-Input-amp/m-p/897818#M284957</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="256460"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;You did not mention the field name that actually has the email in it, but you would need something like this&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Concat(
   Filter(
     Emails, 
     Location = dLocation.Selected.Locations &amp;amp;&amp;amp;
     Department = ddDepartment.Selected.Result
   ).EmailFieldName &amp;amp; ";"
) &amp;amp; ";" &amp;amp; tiAddNote.Text&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:07:57 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Text-Input-amp/m-p/897818#M284957</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T22:07:57Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a pop up based on Excel Column</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Trigger-a-pop-up-based-on-Excel-Column/m-p/897816#M284956</link>
      <description>&lt;P&gt;Ok Thank you&amp;nbsp;&lt;LI-USER uid="133590"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:06:09 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Trigger-a-pop-up-based-on-Excel-Column/m-p/897816#M284956</guid>
      <dc:creator>Sahara22</dc:creator>
      <dc:date>2021-04-20T22:06:09Z</dc:date>
    </item>
    <item>
      <title>Re: Dates in power apps</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Dates-in-power-apps/m-p/897813#M284955</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="243099"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Turn on&lt;EM&gt;&lt;STRONG&gt; Formula Level Error Management&lt;/STRONG&gt; &lt;/EM&gt;in your &lt;EM&gt;&lt;STRONG&gt;Advanced Settings&lt;/STRONG&gt;&lt;/EM&gt; and see if that helps.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:01:31 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Dates-in-power-apps/m-p/897813#M284955</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T22:01:31Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records adding from collection to database</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897812#M284954</link>
      <description>&lt;P&gt;Not all the items are in a form, so I have to go with using the patch.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:01:25 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897812#M284954</guid>
      <dc:creator>vakula</dc:creator>
      <dc:date>2021-04-20T22:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Set Calender (Screen 1) as default when open app</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Set-Calender-Screen-1-as-default-when-open-app/m-p/897809#M284953</link>
      <description>&lt;P&gt;&lt;LI-USER uid="254303"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I am not sure how that relates to your question about screen navigation, but glad you got it working.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:00:05 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Set-Calender-Screen-1-as-default-when-open-app/m-p/897809#M284953</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T22:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records adding from collection to database</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897808#M284952</link>
      <description>&lt;P&gt;&lt;LI-USER uid="251813"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ack! you never mentioned a form.&amp;nbsp; The solution would be completely different if you are submitting a form and recreating a collection.&amp;nbsp; In that case I would have just used SubmitForm() instead of patching the datasource and then recreated the collection with a ClearCollect(). Your validation could be built into the form's OnSuccess and OnFailure properties.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:58:46 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897808#M284952</guid>
      <dc:creator>Drrickryp</dc:creator>
      <dc:date>2021-04-20T21:58:46Z</dc:date>
    </item>
    <item>
      <title>Dates in power apps</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Dates-in-power-apps/m-p/897804#M284951</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Few records in sharepoint showing the date as 1/2/2023, when I am trying to delete these dates from power apps or sharepoint they are not getting deleted. Can anyone help me with this pls? These dates are appearing only in few items. However, not able to delete them from the power apps form, and also I tried to delete the version history, nothing is getting updated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:55:24 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Dates-in-power-apps/m-p/897804#M284951</guid>
      <dc:creator>hiti</dc:creator>
      <dc:date>2021-04-20T21:55:24Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records adding from collection to database</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897802#M284950</link>
      <description>&lt;P&gt;But that's causing me another problem. After updating the collection from database, the form is clearing out all the values... &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:54:58 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897802#M284950</guid>
      <dc:creator>vakula</dc:creator>
      <dc:date>2021-04-20T21:54:58Z</dc:date>
    </item>
    <item>
      <title>Re: Set Calender (Screen 1) as default when open app</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Set-Calender-Screen-1-as-default-when-open-app/m-p/897801#M284949</link>
      <description>&lt;P&gt;I was able to correct it to:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Set(_userDomain, Right(User().Email, Len(User().Email) - Find("@", User().Email)));
Set(_dateSelected, Today());
Set(_firstDayOfMonth, DateAdd(Today(), 1 - Day(Today()), Days));
Set(_firstDayInView, DateAdd(_firstDayOfMonth, -(Weekday(_firstDayOfMonth) - 2 + 1), Days));
Set(_lastDayOfMonth, DateAdd(DateAdd(_firstDayOfMonth, 1, Months), -1, Days)));
Set(_calendarVisible, false);
Set( _myCalendar,
LookUp( Office365Oulook.CalendarGetTables().value, DisplayName = "Calendar"));
Set(_minDate, DateAdd(_firstDayOfMonth, -(Weekday(_firstDayOfMonth) - 2 + 1), Days));
Set(_maxDate, DateAdd(DateAdd(_firstDayOfMonth, -(Weekday(_firstDayOfMonth) - 2 + 1), Days), 40, Days));
ClearCollect(MyCalendarEvents, Office365Outlook.GetEventsCalendarViewV2(_myCalendar.Name, Text(_minDate, UTC), Text(_maxDate, UTC)).value);
Set(_calendarVisible, true)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 22:14:30 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Set-Calender-Screen-1-as-default-when-open-app/m-p/897801#M284949</guid>
      <dc:creator>ValerieAn</dc:creator>
      <dc:date>2021-04-20T22:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a pop up based on Excel Column</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Trigger-a-pop-up-based-on-Excel-Column/m-p/897800#M284948</link>
      <description>&lt;P&gt;&lt;LI-USER uid="252817"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I was responding to your example which had specific values in an Excel sheet.&lt;/P&gt;
&lt;P&gt;The "Name" would have to be in the list/table being looked up - I am simply checking that if the person signed in has their name in one column of a record and the value "Sign out" in the other, then set the pop-up to true.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:53:07 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Trigger-a-pop-up-based-on-Excel-Column/m-p/897800#M284948</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T21:53:07Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any limitations in portal security and authentication?</title>
      <link>https://powerusers.microsoft.com/t5/Power-Apps-Portals/Is-there-any-limitations-in-portal-security-and-authentication/m-p/897797#M6897</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="249068"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Again, as&amp;nbsp;&lt;LI-USER uid="162166"&gt;&lt;/LI-USER&gt;&amp;nbsp; mentioned this is really tricky to answer. Adding few more points&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;1. Two-factor authentication is available but it is not supported by portals yet. You can do some out-of-the-box features.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;2.&amp;nbsp; Multi-Factor authentication is only available if you configure Active Directory Federated Services (AD FS) with Azure MFA.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;3. Passwordless is not yet available. But I believe in the future this will be available.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;4. If you have plans to build a companion app to support powerapps portal, probably authentication and cross-site forgery should be taken into consideration. Ref: about companion app:&amp;nbsp;&lt;A href="https://www.engineeredcode.com/blog/dynamics-365-portal-custom-server-side-code-with-a-companion-app" target="_blank"&gt;https://www.engineeredcode.com/blog/dynamics-365-portal-custom-server-side-code-with-a-companion-app&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope it helps.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;------------&lt;/P&gt;
&lt;P&gt;If you like this post, give a Thumbs up. Where it solved your request, Mark it as a Solution to enable other users find it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:49:11 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Power-Apps-Portals/Is-there-any-limitations-in-portal-security-and-authentication/m-p/897797#M6897</guid>
      <dc:creator>ragavanrajan</dc:creator>
      <dc:date>2021-04-20T21:49:11Z</dc:date>
    </item>
    <item>
      <title>I'm new to the Flow/Power Apps platform and wondering if there is a chance for 1:1 tutoring?</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/I-m-new-to-the-Flow-Power-Apps-platform-and-wondering-if-there/m-p/897794#M284947</link>
      <description>&lt;P&gt;Hello - I've been digging into the options and, as a novice, I'm at a dead end. We'd like to leverage the desktop flows to automate our SAP-ERP (Project Systems specifically) workload. I've tried to follow the&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:48:37 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/I-m-new-to-the-Flow-Power-Apps-platform-and-wondering-if-there/m-p/897794#M284947</guid>
      <dc:creator>jjudnich</dc:creator>
      <dc:date>2021-04-20T21:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Send email when new record not created</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Send-email-when-new-record-not-created/m-p/897793#M10814</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="257144"&gt;&lt;/LI-USER&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What you can do is create a scheduled Power Automate flow (e.g. Daily) to retrieve all of your records where any of its child records was not created in the last 2 months.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In the example below, I am retrieving all Accounts where there has been no notes created in the past 2 months. It also takes into consideration where there are no notes at all, so it will also return those records with no notes too.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChrisPiasecki_0-1618954501177.png" style="width: 400px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247929i20BED2FC1B297654/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ChrisPiasecki_0-1618954501177.png" alt="ChrisPiasecki_0-1618954501177.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Steps followed:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Create a trigger (I used a button for example, but you would use a recurring schedule trigger)&lt;/LI&gt;
&lt;LI&gt;Initialize a variable that indicates the cutoff date. You can use the expression addToTime to subtract 2 months from the current time (e.g. 4/20/2021 - 2 months = 2/20/2021).&lt;/LI&gt;
&lt;LI&gt;Add a Dataverse List Rows action to retrieve Accounts. In the Filter Rows, you need to specify an OData filter&amp;nbsp; to get related records using the &lt;A href="https://docs.microsoft.com/en-us/powerapps/developer/data-platform/webapi/query-data-web-api#use-lambda-operators" target="_self"&gt;any or all operator&lt;/A&gt;.&amp;nbsp;
&lt;UL&gt;
&lt;LI&gt;You need to specify the one-to-many relationship name between your 2 tables (you can find this in maker.powerapps.com &amp;gt; Data &amp;gt; Tables &amp;gt; "table name" &amp;gt; Relationships &amp;gt; "Relationship name"), then using the all operator indicating that all Notes must be created on the date that is less than or equal (le) than the date variable that was initialized (2 months ago).&lt;/LI&gt;
&lt;LI&gt;If you also want to include records where there is no child Notes at all, you can specify "not &amp;lt;relationship name&amp;gt;/any()" (in my example "not Account_Annotation/any()")&amp;nbsp;&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;LI&gt;Add an Apply To Each and do whatever with each record returned from the List Records action (e.g. send an email).&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;---&lt;BR /&gt;Please click Accept as Solution if my post answered your question. This will help others find solutions to similar questions. If you like my post and/or find it helpful, please consider giving it a Thumbs Up.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:48:37 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Send-email-when-new-record-not-created/m-p/897793#M10814</guid>
      <dc:creator>ChrisPiasecki</dc:creator>
      <dc:date>2021-04-20T21:48:37Z</dc:date>
    </item>
    <item>
      <title>Re: Hide Popup message on opening the form</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Hide-Popup-message-on-opening-the-form/m-p/897792#M284946</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="257223"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;BR /&gt;One of the dangers of modifying SharePoint Integrated Forms - they are still "buggy" in a lot of ways. Try also putting that on the &lt;EM&gt;&lt;STRONG&gt;OnCancel&lt;/STRONG&gt;&lt;/EM&gt;, but other than that there are no other settings to change.&lt;/P&gt;
&lt;P&gt;One last thing, if you make it a Global Variable (you will have to get rid of the other one)&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Set(varPopup,true)&lt;/LI-CODE&gt;
&lt;P&gt;you could try at App &lt;EM&gt;&lt;STRONG&gt;OnStart&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Set(varPopup,false)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:48:33 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Hide-Popup-message-on-opening-the-form/m-p/897792#M284946</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T21:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records adding from collection to database</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897790#M284945</link>
      <description>&lt;P&gt;&lt;LI-USER uid="251813"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Great!&amp;nbsp; I may have screwed up but at least I helped get us on the right track.&amp;nbsp; I am told that even a blind squirrel can sometimes find a nut!&lt;span class="lia-inline-image-display-wrapper lia-image-align-center" image-alt="Smilegif.gif" style="width: 200px;"&gt;&lt;img src="https://powerusers.microsoft.com/t5/image/serverpage/image-id/247930iCD8271C6BD8A8B54/image-size/small?v=v2&amp;amp;px=200" role="button" title="Smilegif.gif" alt="Smilegif.gif" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:49:17 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897790#M284945</guid>
      <dc:creator>Drrickryp</dc:creator>
      <dc:date>2021-04-20T21:49:17Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records adding from collection to database</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897787#M284944</link>
      <description>&lt;P&gt;But with your approach, I changed my code. It seems to be working.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is what I did. First checked for duplicates using lookup, Then If no duplicates, then inserted data directly into database and then update my collection with database data.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Earlier, I was updating the collection first and then inserting the data into database, that was inserting duplicates.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:45:25 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897787#M284944</guid>
      <dc:creator>vakula</dc:creator>
      <dc:date>2021-04-20T21:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: COMPLICATED IF FUNCTION.</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/COMPLICATED-IF-FUNCTION/m-p/897786#M284943</link>
      <description>&lt;P&gt;Ok &lt;LI-USER uid="12695"&gt;&lt;/LI-USER&gt; I had a look at this. Trying to clever and actually figure out a formula to get the right number is hard. I'm no mathematician, so I hacked it like this:&lt;/P&gt;&lt;P&gt;Find this portion of the code:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;                If(
                    Value &amp;lt;= 3,
                    Code1 + RoundDown(
                        Code1 / 11,
                        0
                    ) - 60,
                    Value(Character)
                )&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and update it like this:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;                If(
                    Value &amp;lt;= 3,
                    If(Code1 = 76 || Code1 = 86 || Code1 = 87, 
                        (Code1 + RoundDown(
                        Code1 / 11,
                        0
                    ) - 60) + 1,Code1 + RoundDown(
                        Code1 / 11,
                        0
                    ) - 60),
                    Value(Character)
                )&lt;/LI-CODE&gt;&lt;P&gt;It actually appears twice in the code I pasted above, but as I'm sure you guessed you can have a label with the first bit of the code (the non-rounded sum before the subtract) then use its Text property to continue with the calculation in other labels so you don't repeat the formula.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:48:45 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/COMPLICATED-IF-FUNCTION/m-p/897786#M284943</guid>
      <dc:creator>WillPage</dc:creator>
      <dc:date>2021-04-20T21:48:45Z</dc:date>
    </item>
    <item>
      <title>Re: PowerApps Nested if help</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/PowerApps-Nested-if-help/m-p/897785#M284942</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="253525"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;I am not sure what you are asking on the first question - you probably need to watch&lt;EM&gt;&lt;A href="https://www.youtube.com/channel/UCIMe_ErQZP5chbI9UyW0xLw" target="_self"&gt; some videos such as these&lt;/A&gt;&lt;/EM&gt; from&amp;nbsp;&lt;LI-USER uid="7372"&gt;&lt;/LI-USER&gt;&amp;nbsp;or &lt;EM&gt;&lt;A href="https://www.youtube.com/channel/UC7_OGRP8BYvtGB8eZdPG6Ng" target="_self"&gt;Shane Young&lt;/A&gt;&lt;/EM&gt;&amp;nbsp;&lt;LI-USER uid="15092"&gt;&lt;/LI-USER&gt;&amp;nbsp;. You might also have a read of the first couple of article from my site &lt;EM&gt;&lt;A href="https://www.practicalpowerapps.com/" target="_self"&gt;Practical Power Apps&lt;/A&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;For the second one - I realise this now - you have a Choice field (not a Text field).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:42:58 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/PowerApps-Nested-if-help/m-p/897785#M284942</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T21:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: Azure AD and AAD security group teams</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Azure-AD-and-AAD-security-group-teams/m-p/897783#M284941</link>
      <description>&lt;P&gt;\&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:50:22 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Azure-AD-and-AAD-security-group-teams/m-p/897783#M284941</guid>
      <dc:creator>psathe</dc:creator>
      <dc:date>2021-04-20T21:50:22Z</dc:date>
    </item>
    <item>
      <title>Re: Trigger a pop up based on Excel Column</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Trigger-a-pop-up-based-on-Excel-Column/m-p/897779#M284940</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;LI-USER uid="133590"&gt;&lt;/LI-USER&gt;&amp;nbsp; for your help again.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The "Name" isn't based on power apps, it's just different names inputed manually . Can I still use the same formula?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:34:15 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Trigger-a-pop-up-based-on-Excel-Column/m-p/897779#M284940</guid>
      <dc:creator>Sahara22</dc:creator>
      <dc:date>2021-04-20T21:34:15Z</dc:date>
    </item>
    <item>
      <title>Re: Compare Gallery Items to Collection</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Compare-Gallery-Items-to-Collection/m-p/897777#M284939</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;LI-USER uid="51326"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;That formula is valid (I just tested it here) if&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;FONT color="#0000FF"&gt;ThisItem.ID&lt;/FONT&gt; is valid (you have the ID contained in the Gallery Items)&lt;/LI&gt;
&lt;LI&gt;&lt;EM&gt;&lt;FONT color="#0000FF"&gt;PDCollection&lt;/FONT&gt;&lt;/EM&gt; also had the field &lt;FONT color="#0000FF"&gt;&lt;EM&gt;ID&lt;/EM&gt;&lt;/FONT&gt; in it&lt;/LI&gt;
&lt;LI&gt;The label is in the gallery&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Are any of these not true?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="2"&gt;Please click &lt;STRONG&gt;Accept as solution&lt;/STRONG&gt; if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it &lt;STRONG&gt;Thumbs Up&lt;/STRONG&gt;.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:32:04 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Compare-Gallery-Items-to-Collection/m-p/897777#M284939</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T21:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Set Calender (Screen 1) as default when open app</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Set-Calender-Screen-1-as-default-when-open-app/m-p/897775#M284938</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;LI-USER uid="133590"&gt;&lt;/LI-USER&gt;&amp;nbsp;for your suggestion. That solution was not successful for me.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this this formula in the OnStart field but it did not work as well due to some errors. Not sure what is incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Set( _userDomain, Right( User().Email, Len( User().Email ) - Find( "@", User().Email ) ) );&lt;BR /&gt;Set( _dateSelected, Today() );&lt;BR /&gt;Set( _firstDayOfMonth, DateAdd( Today(), 1 - Day( Today() ), Days ) );&lt;BR /&gt;Set( _firstDayInView,&lt;BR /&gt;DateAdd( _firstDayOfMonth, -( Weekday( _firstDayOfMonth) - 2 + 1 ), Days )&lt;BR /&gt;);&lt;BR /&gt;Set( _lastDayOfMonth, DateAdd( DateAdd( _firstDayOfMonth, 1, Months ), -1, Days ) );&lt;BR /&gt;Set( _calendarVisible, false );&lt;BR /&gt;Set( _myCalendar,&lt;BR /&gt;LookUp( Office365.CalendarGetTables().value, DisplayName = "Calendar" )&lt;BR /&gt;);&lt;BR /&gt;Set( _minDate,&lt;BR /&gt;DateAdd( _firstDayOfMonth, -( Weekday(_firstDayOfMonth) - 2 + 1 ), Days )&lt;BR /&gt;);&lt;BR /&gt;Set( _maxDate,&lt;BR /&gt;DateAdd(&lt;BR /&gt;DateAdd( _firstDayOfMonth, -( Weekday(_firstDayOfMonth) - 2 + 1 ), Days ),&lt;BR /&gt;40,&lt;BR /&gt;Days&lt;BR /&gt;)&lt;BR /&gt;);&lt;BR /&gt;ClearCollect( MyCalendarEvents,&lt;BR /&gt;Office365.GetEventsCalendarViewV2(_myCalendar.Name,&lt;BR /&gt;Text(_minDate, UTC ),&lt;BR /&gt;Text(_maxDate, UTC )&lt;BR /&gt;).value&lt;BR /&gt;);&lt;BR /&gt;Set( _calendarVisible, true )&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:30:22 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Set-Calender-Screen-1-as-default-when-open-app/m-p/897775#M284938</guid>
      <dc:creator>ValerieAn</dc:creator>
      <dc:date>2021-04-20T21:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records adding from collection to database</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897774#M284937</link>
      <description>&lt;P&gt;Should I patch it at the last of the code? from database to Collection?&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:30:20 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897774#M284937</guid>
      <dc:creator>vakula</dc:creator>
      <dc:date>2021-04-20T21:30:20Z</dc:date>
    </item>
    <item>
      <title>Re: Delete all records in an CDS entity</title>
      <link>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Delete-all-records-in-an-CDS-entity/m-p/897773#M10813</link>
      <description>&lt;P&gt;You can edit the table direct on Excel. Delete all rows there and publish it to&amp;nbsp; Dataverse.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:29:45 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Microsoft-Dataverse/Delete-all-records-in-an-CDS-entity/m-p/897773#M10813</guid>
      <dc:creator>jrussi1301</dc:creator>
      <dc:date>2021-04-20T21:29:45Z</dc:date>
    </item>
    <item>
      <title>Re: Duplicate records adding from collection to database</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897768#M284936</link>
      <description>&lt;P&gt;&lt;LI-USER uid="251813"&gt;&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I missed that.&amp;nbsp; I think I may have screwed up in copying your formula.&amp;nbsp; I'll start over and check it.&amp;nbsp; In principle, I would separate out the patch to the collection and the patch to the datasource and also separate out the error check.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:31:53 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Duplicate-records-adding-from-collection-to-database/m-p/897768#M284936</guid>
      <dc:creator>Drrickryp</dc:creator>
      <dc:date>2021-04-20T21:31:53Z</dc:date>
    </item>
    <item>
      <title>Re: Blop not found on an attahcment</title>
      <link>https://powerusers.microsoft.com/t5/Building-Power-Apps/Blop-not-found-on-an-attahcment/m-p/897767#M284935</link>
      <description>&lt;P&gt;&lt;LI-USER uid="136322"&gt;&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Good - you got it working. I do not use that process much and that is an easier way providing you can send the ID of both lit items in the Flow.&lt;/P&gt;</description>
      <pubDate>Tue, 20 Apr 2021 21:26:47 GMT</pubDate>
      <guid>https://powerusers.microsoft.com/t5/Building-Power-Apps/Blop-not-found-on-an-attahcment/m-p/897767#M284935</guid>
      <dc:creator>WarrenBelz</dc:creator>
      <dc:date>2021-04-20T21:26:47Z</dc:date>
    </item>
  </channel>
</rss>

