Skip to main content

Power Apps Search

Search

6,326 - 6,350 of 193,448

Re: Add a formated phone number to a template

Hi @Rayen1985 , Assuming your phone number is in a data source column named "PhoneNumber," you can use the following formula in your template: Text(ThisItem.PhoneNumber, "[$-en-US]@ (000)...

Re: Copy a SharePoint list Power Apps custom form

Hey @WarrenBelz I was mistaken, you can Ctrl+C/Ctrl+V between SPI forms after all. I was trying to use the ellipsis menu options "copy" and "paste" and those seemed to behave differently. T...

Toggle to filter on Not Completed when set to Off (Not Completed False Text)

I have a toggle button.  When the Toggle is "On", I want it to display the current gallery as is,  When the Toggle is "Off" I want it to display all entries apart from "Completed".   ...

Re: Copy a table but not refresh the source

If you want to keep that first table immutable forever, turn it into a table of record values. But if you are looking for an answer to the age old question, "Can I set my source table to not refresh ...

Re: Problem - Data from display text datacard will not transfer to my sharepoint list

Hi, Look at the "Update" property of your data card component to see if it has a value. This is the property sent when a form is submitted in PowerApps Regards,

Re: Changing source data from CSV to XML

Unsure if it's the root cause, just to remind that remember to change the #"step name" to prior one. If not, maybe you could let us know more about the syntax error detail. Thanks.   For exam...

Collection column order

I have a collection that is being used to export data to excel with a built in flow but the excel is not in the order that it needs to be. The order needs to be like the sample code I provide below f...

Filtering a Gallery of Employees by Job Title

I am creating an org chart in Power Apps, however our organization has a number of user accounts that are used for maintenance/backup purposes and aren't real people. These accounts typically do not ...

Re: Filter data to run faster

Scott, PA still doesn't recognize the gallery glrEmpleados and I suspect the reason is the way it is populated (or rather, I can't think of any other reason).   The user can write in three te...

Re: PowerApps Restore Failed Error. App is locked by.....

I was able to solve this issue by opening the edit screen of the latest saved version of my Power App, clicking on save (you may need to make a minor change for the Save button not to be greyed out),...

Re: Power App Array Function leveraging a toggle to make an item as a favorite.

Hi @Most,   We can use the following structure in order to create when no record exists and vice versa for update. I have added inline comments to further explain the code. Should you w...

Re: Detail Step-By-Step - Power Platform ALM with Azure DevOps

Thanks for this article @suparna-banerje    When committing the unmanaged solution to the repo using a yaml pipeline, I found that you also need to include a git fetch command to bri...

Re: Powerapps Lookup - incompatible types for comparison

Hi @janineb,   When using the equals operator both emails will have to match exactly. Pay close attention to capitalization or wrongly spelled emails within the static Excel list. Using...

Model-Driven App Does not appear to users

So this is the situation.  The company operates in Environment A I build apps, tables & solutions in general in Environment B.  For Canvas Apps I have no issue sharing them to users.&nb...

Re: Radio Button in gallery keeps resetting when changing screen

@apmx , There is a fair bit more information needed here including the Items of the gallery, any additional code involved (in Text) and maybe a screenshot with some explanation of what you are...

Re: Use unmananged environment as target in pipelines

Interesting, I did not even attempt to test using an unmanaged environment to see the results. Following this.

Re: A combo box's' 'secondary text' field and displaying a date correctly within

Hi @teaful ,   Please try this: Items of combobox:AddColumns(ColAllDogs,"testtime",Text(field_18,"mmmm,d,yyyy")) DisplayFields:["Title","testtime"]   Best regards, Rimmon

Re: Request was not sent or there was no response...

I am also facing the same problem and getting a runtime error. My app is taking more time to open since today morning.

Re: Run Flow > Network Error

Thanks Warren,  good to know as it was panic time for me.  Hope you are well

Re: Adding data source error: the request was not sent or no response was received from the server. check your internet connection.

Getting same problem suddenly in all the Apps  The request was not sent or there was no response from the server. Check your internet connection. Server Response: SP_List_1 failed: null from t...

Re: Selective fields not populating in App when I edit in SharePoint

Hi @LS579 ,   Could you please share more details about your scenario? Which columns are involved in this situation? What are the types of these columns, Choices or LookUp? Do they...

Re: Show all record in sharepoint that add in this label with one click

Hi @nitisak ,   What I meant was to set a variable OnSelect of the sub-Gallery, Navigating to a pop-up screen where includes a Gallery just like the sub-Gallery. If you can sh...

Re: Request was not sent or there was no response...

Is any official news on this yet? Need to communicate to my team.

Re: Show all record in sharepoint that add in this label with one click

Hi @v-jefferni    Could you explain more I dont get it.