web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Dataverse app dropdown...
Power Apps
Unanswered

Dataverse app dropdown selections

(0) ShareShare
ReportReport
Posted on by 6

Hello, I'm developing an application that utilizes Dataverse tables. Within my application, I have two dropdown lists whose data is sourced from another Dataverse table. Each column in these dropdown lists has properties of type Text. My objective is for when the user presses a button, the selections made in each dropdown list are saved in the corresponding columns of my main Dataverse table, which is named 'project.' Currently, I'm working with the following formula:

 

Project;
Defaults(Project);
{
Store: store_.Selected.Value,
Route: route_.Selected.Value
}

 

I have the same question (0)
  • Michael E. Gernaey Profile Picture
    53,960 Moderator on at

    Hi, @Night_wi 

     

    The patch statement would be this, if that is the question, or issue, sorry can you specify?

     

    Patch(Project, Defaults(Project),
    {
    Store: store_.SelectedText,
    Route: route_.SelectedText
    }
    )

     


    If you like my answer, I would really appreciate if you please Mark it as Resolved, and give it a thumbs up, so it can help others

    Cheers

    Thank You
    Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
    https://gernaeysoftware.com
    LinkedIn: https://www.linkedin.com/in/michaelgernaey

  • Night_wi Profile Picture
    6 on at

    I want that, when selecting a value from the dropdown list, the selections are saved in each of the columns using 'patch'. However, I still have issues with the arguments. Both the table from the dropdown list's source column and the 'project' are of text type.

     

    "The type of this cr5cd_store argument does not match the expected type "Text". Found type "Record""  

    Night_wi_0-1696904193494.png

     

  • Michael E. Gernaey Profile Picture
    53,960 Moderator on at

    @Night_wi 

     

    A few things

     

    1. Can you show me the error itself, show me what CODE is actually red. I do not see a RED on the code I gave you in the photo. So please find the code that is underlined in Red and show me that on the Button

    2. What is the name of each dropdown box?

    3. What are the names of the Columns?

    4. Are these Dropdowns or ComboBoxes

    5. Please show me the Items properties of the dropdowns

    6. I cannot see the last ) in the code I gave you if you can just make sure its there

     

    I assure you, that in a dropdown DropdownControlName.SelectedText is how you get the text. So there is something you aren't telling me or showing me.

     

    Please show me the actual fields in the Dataverse Table, I'd like to see the configuration.

     


    If you like my answer, I would really appreciate if you please Mark it as Resolved, and give it a thumbs up, so it can help others

    Cheers

    Thank You
    Michael Gernaey MCT | MCSE | MCP | Self-Contractor| Ex-Microsoft
    https://gernaeysoftware.com
    LinkedIn: https://www.linkedin.com/in/michaelgernaey

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 76 Most Valuable Professional

#2
Haque Profile Picture

Haque 69

#3
Kalathiya Profile Picture

Kalathiya 38 Super User 2026 Season 1

Last 30 days Overall leaderboard