About 592,000 results
Open links in new tab
  1. 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 …

  2. 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 …

  3. 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 …

  4. sharepoint - PowerApps - Obtain DisplayName - Stack Overflow

    Mar 14, 2025 · Add Respond to PowerApps step and return the DisplayName of the user. Go to the flow setting/description page and set the run-as-user property to a connection reference instead of the …

  5. 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 …

  6. 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 …

  7. powerapps - How to add a column filtering data from another …

    May 26, 2022 · I have two collections in power apps: users: enter image description here colAppRoles: enter image description here And I want to add a column with the displayN of each role from the …

  8. powerapps - Combo Box and Drop Down not showing correct options

    May 14, 2021 · In my Power App, I am using a Combo Box to allow users to select an option from a choice column in the connected SharePoint list. Instead of the Combo box showing the different …

  9. powerapps - Power Apps - Use LookUp fields in Search function - Stack ...

    Mar 21, 2023 · I wanted to use the Lookup field in a Search function for my Gallery > Items in Canvas App. Currently I am using below query: Search( 'SRG Scan Quantitiess', …

  10. powerapps - Power App : LookUp and Filter functions doesn't retrieve ...

    Nov 7, 2024 · I'm trying to retrieve data from a collection B based on the values of one or more column of another collection A. But the LookUp function doesn't work as it is expected to in this case. …