
powerapps - How do I get a parent controls height to adjust …
Nov 16, 2023 · You'll need to complete a few actions and gain 15 reputation points before being able to upvote. Upvoting indicates when questions and answers are useful. What's reputation …
powerapps - combine 2 data sources and display data on single …
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.
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: 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, …
powerapps - How do I get a combobox to only list the people in …
Aug 19, 2024 · In PowerApps, I am using a ComboBox so that I can select the people from PeopleList. However, when I use either of these two codes: Items = …
Powerapps: ClearCollect() is not showing all columns filled from ...
Mar 18, 2025 · When I run in Powerapps on a button with a onselect ClearCollect(colPeopleTEST, FirstN(Sort(PER, PERNAME), 30) ) I get the collection …
powerapps - Pass a value to another screen - Stack Overflow
Aug 30, 2016 · You can use the third parameter of the Navigate function to pass extra parameters to the context of the screen being navigated to. For example, if your first screen has a …
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 …
powerapps - Choices values based on column items of another list …
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. …
in powerapps how do I get a collection of the selected values of a ...
May 23, 2022 · I have a sharepoint list that has a multiselect column. in powerapps I would like to make a collection of the selected values. for example I have a multiselect column named …