
powerapps - Trying to find an error in app; appears on load - Stack ...
May 14, 2024 · error-handling powerapps powerapps-canvas asked May 14, 2024 at 13:12 user111103 23 4
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 - Choices values based on column items of another list in ...
Jun 23, 2023 · 1 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 - Power Apps - Filter ComboBoxes - Stack Overflow
Jul 1, 2024 · I have a table in Power Apps with multiple columns of location data. Screenshot below is an example from an Excel file, formatted the same way. I want to have three ComboBoxes (Country, …
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 - Get value from a record using a combobox - Stack Overflow
Jan 29, 2025 · If the options are known, then you can use a Switch function similar to the code below: Switch( myCombo.Selected.Value, "key1", myRecord.key1, "key2", myRecord.key2 ) If the options …
powerapps - How to filter a gallery with many duplicates to show only ...
Jan 17, 2025 · The function I have currently is Search('Example', textInput.Text, "ID Number") but it's obviously showing every row, like in table 1. I know I need to put a filter on it somehow to only pull …
powerapps - How to find integer and text values (Filter & Search ...
May 25, 2022 · I have my data source connected to database in SQL Server through an application in Power Apps, I am making use of Gallery to display the data and I have a text entry to search for …
powerapps - Power App with premium connector can be ran by users …
Apr 16, 2024 · Users do not have premium licenses & the app does not have a per app plan. The users have the following Power Platform Licenses: Power Apps for Office 365, a part of M365 A5 for …
powerapps - Power Apps Suggested Values for Text Box - Stack Overflow
Jun 2, 2025 · I am working on building a Dataverse/Power Apps/ Power Automate solution for managing projects and reporting in a research environment. I am currently building a New Project form, and …