About 50 results
Open links in new tab
  1. 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.

  2. Powerapps dropdown choice filtering - Stack Overflow

    Jul 15, 2022 · The issue that I have is I would like in powerapps the field called Email Template that would show me a dropdown of all the email template, with a filtering. The filtering is select all …

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

  4. powerapps - Add default value to dropdown - Stack Overflow

    Jan 31, 2025 · I have a dropdown in a power app that I would like to add a 'All' choice to. Right now, my drowdown Items property is being populated from my datasource like this: Distinct(DataSource, …

  5. powerapps - [Object] [Object] Error Sharepoint Power App Table

    sharepoint powerapps powerapps-formula powerapps-collection edited Mar 2, 2024 at 18:07 halfer 20.2k 20 111 208

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

  7. powerapps - How do I get a combobox to only list the people in my ...

    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 = Choices([@PeopleList].Names) or Items = …

  8. powerapps - How to set filter for lookup column in Canvas app? - Stack ...

    Aug 2, 2025 · 1. Basic Syntax for Filtering Lookup Fields Use the Filter() function with the .Value or related field from the lookup column. For example: Filter (Clients, ActiveArchived = true) This filters …

  9. Powerapps: Clear/Reset Gallery fields with button

    May 7, 2023 · I have a simple question that I haven't found or understood anywhere on the internet. I'm a novice powerapps user. I would like to click a button and clear all fields (inputText, checkbox, etc) …

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