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 / problem save column dr...
Power Apps
Unanswered

problem save column drop-down list in gallery and sharepoint list

(0) ShareShare
ReportReport
Posted on by 2

Hello

I have two lists in Sharepoint Workshop registration and Workshop detail registration this following exercise I did with the video of Shane where he does the same but I use a dropdown in the gallery with the name TipodeCliente and the problem is that does not save me the selected data in the Sharepoint list
This is the video https://www.youtube.com/watch?v=DylxsXIUyDc

The Workshop Registration list is associated to the form above, as seen in the following image.
Image1.png
The first thing I did was create a collection as follows

 

Image2.png
I click on the button enter the form as there are several data that I need in the icon I have the patch with the following configuration
Image3.png
After that, the OnSucces option of the Form of the "workshop registration" list, that is, the information on the form must be stored in the workshop registration list and the gallery information in the "workshop detail registration" list
Everything works perfect but as I repeat the error is in the drop-down "Customer Type"
This is the forall
Image4.png

Then I enter the data

Image5.png

I press the Save button I have the SubmitForm (Form1) in OnSelect

I go to the Sharepoint list and the last value entered in the dropdown is saved in this case Others, and it shouldn't be like that

Image6.png
It should be noted that as I am in another region for you the ";" it's a "," and the ";" They are ";;" for you
Could you please help me,

Happy Friday.

Categories:
I have the same question (0)
  • Shanescows Profile Picture
    2,218 Most Valuable Professional on at

    What if you do Dropdown1.Selected.<your field name> 

     

    Dropdown.Selected patches the whole record

     

    Dropdown.Selected.ID patches just the ID field from the record

  • v-siky-msft Profile Picture
    Microsoft Employee on at

    Hi @usuarioits1 ,

    Do you mean that the values of client type column you patch to the Sharepoint list are different from the values you select?

    What is the date type of Client Type column? Choices or LookUp?

    Is there any error info shown in the drop-down "Client Type"? Can you share it?

    If you want to patch a Lookup fied to SP list,  you should patch the record to it. In the record, it contains three required parameters ('@odata.type', ID and Value).

    • For the '@odata.type' field (Which I think is a predefined column), just copy and paste the following: '@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"
    • ID and Value is from the record what you look up

    So try to modify the "client type" part of formula from ClientType: Dropdown1.Selected  to

    ClientType:{'@odata.type':"#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference",Id: Dropdown1.Selected.ID, Value: Dropdown1.Selected.Value}

    Please have a try and check if your issue is fixed. If It doesn' work, please let me konw it.

    Best regards,

    Sik

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard