Power Apps Search
Search
Re: Hide o365 Error Message
Having same issue. With new interface, where do I find advanced settings and where do I apply the code? Thanks!
Gallery scrolls out of view
Hi, PowerApps masters, How are you doing? I'm having a problem with a gallery that looks like this: It's a vertical gallery that displays its items as cards. I put the w...
Re: Duplicate check
Thanks for your response What would the form control value be could the criteria be more than one?
Re: Sharepoint integration Selected not available
Good to know. I did that too, but it kept "randomly" (I couldn't figure out a pattern) switching from the Power Apps form to the default SharePoint form, and back. I tried clearing cookies and refres...
Model-driven - possible to create a form used only for New?
I am creating a model driven app that collects Budget Request information. I would like it to display a particular form for a New -- collecting just 5 fields, then on save have it use a differ...
Re: HTML table with selected item of my gallery
Hi @WiZey , thank you for your reply. So should I correct as well as below? $" DEST...
Re: Send email in powerapps
Hi @redgreen_0911, Essentially it is a person that sends an email on behalf of an account, so it's normal it is shown in their 'Sent' folder.
Re: Json column half as records and half as text
Hi @v-stephen-msft , I dont get the option to filter out as seen in screenshot ( i have even clicked on load more option but nothing comes up)
Re: Loading connection only queries to a different workbook data model
Hi @Amirmosh The 'Data Model' is part of the Excel file in which the query resides. Whilst 'Data Model' refers to a way of gathering and storing data in Excel, each Excel ...
Re: 3 page App creation
@ShrutiDhiman Thanks but that's not my question. when it creates the app the forms have only the name field and date created in them despite me creating another say 10 fields. Try...
Re: How can I grab the value of individual text inputs form a vertical gallery?
Hi @aec2018 , Please try: Set(billingRegionFilterText,LookUp( gal_StorageTest.AllItems,StartsWith(field,"BillingRegion")).txt_inpt.Text); Set(coreCountFilterText,LookUp( gal_St...
Re: Power Apps grid control feedback
Here it shows GA in December for grouping/nested grids and aggregation https://learn.microsoft.com/en-us/power-platform-release-plan/2022wave2/power-apps/grid-control-support-grouping-aggregat...
Re: Unable to Exceed 500 Item Limit in PowerApps
the dropdown is showing that message. so this is an issue with the drop down being limited to 500 items? i see. I will switch to combo box. thank
Re: Unable to Exceed 500 Item Limit in PowerApps
Can you show us the flow that retrieves the data and how it is returned? Also the .run line used as part of the Collect() statement in Power Apps. Also, what kind of control are you displaying ...
Re: Missing distinct Dataverse Column values in ComboBox
How big is the list you are pulling from? Distinct() is not delegable so it will only pull the distinct entries from the first 2,000 items (or whatever the data row limit is set to). Sinc...
The Power of Community
Find out how our worldwide MVPs and community members love to 'pay it forward' by sharing their knowledge to help everyone learn, improve, and grow. As you'll see, our #CommunityRocks! Fea...
Re: Setting Default Attachment(s)
@ravin101 , Unfortunately you cannot - attachments need to be added with an attachment control before saving. You can set further attachment controls to the items uploaded in an initial contro...
Re: How to hide a label when another label is showing
@iAm_ManCat Thank you very much 🙂 your solution was perfect and the code example was excellent. This was very efficient.
Re: required field (multiple checkboxes) error message not display
Here is the my update formula. ForAll( Split(Concatenate( If(Checkbox1.Value, Checkbox1.Text & ",", ""), If(Checkbox2.Value, Checkbox2.Text & ",", ""), If(Checkbox3.Value, Checkb...
Re: blank screen when opening powerapps
i had a basic app with the same issue. i changed it to Portrait and then back to landscape and it started working. weird
Re: Power Query - non stop connecting and loading
Hi @sueannwee Sorry for the late reply. Did you succeed to resolve the first problem? For the second question, I guess what you want is to get data from multiple file...
How to use custom authentication request in next request
Dear, I am trying to create a custom connector for a third party API that uses a custom authentication method. It basically needs two calls, one for getting an accesstoken, and one for gett...
Re: Remove or replace data source from Canvas app in new PowerApps Studio
It is enabled by default on new apps, but I'm still seeing the old one on apps created in the past. It may be specific to one or more power apps versions.
Re: Screen controls vertical alignment?
It only works a Custom Card in a Form.
New PDF Function Rich Text Dropped and Not All Pages Showing
I'm trying out the new PDF function using HTML Text labels (Multiple line Rich Text SharePoint fields) in a Vertical Gallery. The PDF is created with the correct # of pages, but only 2 of the pages s...