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

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

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

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

  6. How do I use a power apps form for a lookup column?

    Oct 31, 2022 · Please follow the steps below to solve the issue. 1: Add a Lookup column in SharePoint List. 2: Open that list in Power Apps by using the Customise Forms Option From SharePoint. 3: The …

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

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

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

  10. 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 dropdown and a text …