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

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

  3. powerapps - Choices values based on column items of another list …

    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 …

  4. powerapps - How to filter a gallery with many duplicates to show …

    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 …

  5. powerapps - How do I use the Attachments form control to …

    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 …

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

  7. powerapps - How to add a Date Value and a Time Value together …

    Oct 26, 2023 · I managed to figure it out, I am adding the answer to help someone else later. The Component returns what LOOKS like a Time Value, but there is still a Date (1/1/1970) so you …

  8. PowerApps - ClearCollect / Collect deletes rows or creates blank …

    Mar 13, 2025 · PowerApps - ClearCollect / Collect deletes rows or creates blank rows in Collection Asked 9 months ago Modified 9 months ago Viewed 348 times

  9. powerapps - Get value from a record using a combobox - Stack …

    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 …

  10. in powerapps how do I get a collection of the selected values of a ...

    May 23, 2022 · I have a sharepoint list that has a multiselect column. in powerapps I would like to make a collection of the selected values. for example I have a multiselect column named …