About 608,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. 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 …

  3. 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 colPeopleTEST in the variables displayed. …

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

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

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

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

  9. 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 = …

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