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. How to set Tab index for control in the Form - Stack Overflow

    Sep 11, 2024 · In Power Apps, I have a Form that contains three columns: UserID, UserName, and Email. I want to move the Email column to the first position. However, after manually dragging Email …

  3. 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 112 208

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

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

  6. powerapps - Microsoft Power Apps Update Property not showing

    Jan 20, 2025 · When I make a data card in an edit form, I cannot see the "update" property, so when I submit an edit form, all of the values are submitted as NULL to SQL. My current role is …

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

  8. powerapps - Trying to Display Current Canvas App Version on Screen ...

    May 26, 2023 · I'm making my first Power Apps canvas app, and am trying to have my start screen display the app's latest published version and associated date/time stamp. I'm using some sample …

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

  10. PowerApps: how to display real value from table in Canvas app

    Jul 21, 2025 · I'm working with my first Canvas App to display filtered data from Dataverse table. I decided to go with Canvas tape as I need to add more functionality to this view. Can see on the pic …