Skip to main content

Power Apps Search

Search

6,176 - 6,200 of 193,448

Re: Error when saving records from two different screens in a single list line in sharepoint

I need the records of the forms "FormGemba" Are linked in the same line as the ID of the first screen "FormEquipe" In a single line, because I'm going to create indicators for the time of each obse...

Re: Deep linking to a specific screen which has tabs

Hi @WarrenBelz,   I understand what you are saying for testing for the existence of a Parameter. However, I what I am trying to accomplish is when the email recipient clicks on the deep l...

Re: Concat Multi-Choice Values into a string, in a column, in a collection

Hi @More2Learn , Probably like this ClearCollect( col_ItemLog, AddColumns( Filter( sp_list1, varUserInfo in 'CCPeeps'.Email || varUserInfo in 'C...

Concat Multi-Choice Values into a string, in a column, in a collection

Hello All!   Stuck AGAIN!  While it seems so simple, this has just defeated me over the last few days!   Here is what I am attempting to accomplish: I have a SharePoint list where...

Re: Select multiple lookup items and add to custom N:N entity

No problem at all. I'll just wait for one of the other smart people to join in😁   Thanks so much for trying @WarrenBelz!

Re: allowemptyselection doesn't work when using Sort on items

Thanks for the response. So today it seems to work with Sort. Who knows, this seems to happen a bit using PowerApps.

Exporting data to MySQL

Hi community,  Is there a way to transfer data in Excel workbooks stored on OneDrive to a MySQL staging table using the Power App. Thanks.  I am able to setup a connection to import the d...

If formula

Hi,    i am trying to write a formula that returns 3 possible answers which i can not get to work in a table column. essentially i am after : if (New Hours Total'>'Total Current ...

Re: outlook

Thanks you @v-qiaqi-msft  I just patch calendar id, existing event id,start,end,{}  

Create a canvas app that can trigger a Power Automate flow (contains video) - Power Apps

Documentation

Learn about how to create a canvas app that can trigger a Power Automate flow.

App ratings for Model-driven-apps - Power Apps

Documentation

Understand ratings for model-driven apps.

Export to an Excel PivotTable in model-driven Power Apps - Power Apps

Documentation

How to export to an Excel PivotTable in model-driven Power Apps

use-cached-webresource Power Apps checker reference - Power Apps

Documentation

Power Apps checker rule reference for use-cached-webresource.

Re: Spinner - Modern Control

Lately a lot of modern controls brake with newer Versions of power apps. This is probably such a case... As Microsoft has no good Ticket System to report this stuff (as far as I know), you could try ...

Handling SubmitForm() and Patch() when network is unstable for the user!

Hi I'm new to Powerapps, I created an app that the field workers use to send requests and log activities and so on... Currently I'm using a form connected to a Sharepoint list to log order requests....

Power app Dataverse share permission

Hi, We have created an app we would like to share/collaborate with our Customers (External Users) What role should we give on the Dataverse connector to these users that will allow them to see only...

Re: Show the actual ID in PowerApps

displaying in a label helps, i also added+1 on the end and it will show me the next free ID in the Text property of the Label

Re: ClearCollect, Group By, Nested Gallery

Hi @dsopshin , I apologize for the confusion. Let's address the issues: Gallery 2 - Items: It seems like the grouping is causing duplication. To resolve this, try modifying the GroupBy e...

Is my achievment so far so good ?

i am a working student (works 20 hours per week) and work in the field of power apps since 8 month. In my company there is no one familiar with powerapps so far, just some basic stuff. In the end, i...

Re: Export Data Table to CSV - select certain columns

Hi @AmeliaDwight , you can try these steps If this helps, consider accepting the solution. 😊  

Re: Colum read only in patch Function

ColStatus Table :  ColStatusSeq lblRowNo  

Re: Copy value from Combo Box to a label

Hi @RaduR    You can achieve this by using the Concat function in PowerApps. Concatenate the selected values from the Combo Box into a single string, which can then be displayed in a...

Re: Check Box in Gallery & Submit/Remove selected / ALL

Hi @M_Ali_SZ365 ,   Thank for replied. How to set visible property: If("Draft" in GalleryData, true, false) for Column [Status] = Draft? I did try If(ThisItem.Status = "Draft"....

PA model-driven app with custom page: select row in first screen and jump to the selected row in second screen

hello, here you can see my custom page Main Screen showing some data rows for tblSymptome in the right upper screen part. All I need is to click on the blue button ">" of any specified row and o...