
powerapps - How do I get a parent controls height to adjust …
Nov 16, 2023 · I have a horizontal container, which contains a number of labels with a specific width. The labels Auto height is turned on, so their height auto adjusts to the content. My Gallery represents …
powerapps - Error when trying to retrieve data from the network
Dec 12, 2023 · When deploying a solution to a test environment: One user has been added and assigned the role "Basic user" - for testing purposes, this user will only be able to use the …
How to change attachment file name in Power Apps?
Nov 3, 2023 · The script provided in the thread seems to be causing issues with attaching the file and changing the file name in the attachment control. One possible solution is to use the Patch function …
PowerApps: Storing all values from a multiple choice column into a ...
Jul 15, 2024 · I have a choice column in SharePoint which allows multiple values from a separate lookup. When linking this to a PowerApp, is there a way to store all the values into a collection, so …
powerapps - Power Apps Items Not In Collection - Stack Overflow
Oct 17, 2024 · How do I find records in a table that are NOT in a collection? Filter(Requirements, ID in RequirementsC.ID) The above is records that are in the collection right? I've tried …
How to set global variable with Power Apps OnStart property
Aug 10, 2023 · I have created blank canvas app and I want to create product details like product name, price, category,quantity, color, etc..., by using set function with OnStart property. Please, suggest any
How to solve the network error when using a patch function?
Oct 30, 2023 · This error can be caused if different version of data used in backend (SharePoint list) and PowerApps. Refreshing the data source before Patch will work sometimes.
powerapps - Choices values based on column items of another list in ...
Jun 23, 2023 · I am creating a PowerApps Canvas App,it has a page which contains an edit form connected to a data source 'Eform' (Sharepoint List). Eform has a choice field called Location. I want …
powerapps - How do I use the Attachments form control to update a …
May 17, 2023 · Below is a sample of what I would like to achieve. Assume the collection filtered the records in the datasource as expected. How would I patch the targeted/filtered record to save the …
powerapps - combine 2 data sources and display data on single table …
Mar 7, 2022 · To combine data sources and display them in a single table in Power Apps, use collections and functions like AddColumns or ForAll.