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 / Editable Gallery DropD...
Power Apps
Answered

Editable Gallery DropDown Value Not Updating to SharePoint

(0) ShareShare
ReportReport
Posted on by 173


Hi, @WarrenBelz  @RandyHayes 

I have an Editable Gallery, and I am using a DropDown i;e DecorationType to update a Choice Column of SharePoint  (DecorationType)

When I Change the value in DropDown and Patch the Data it just not updating it to the List.
I have used this DecorationType statement Code. 

ANy Help?

Patch( //Saving Data to SharePoint From Collection
 ColGridData,
 ThisItem,
 {
 SaleOrderLineSequence: SaleOrderLineSeq.Text,
 EMBDecorID: EMBDecDrop.Selected.ItemNumber, // dropDown used for Decoration ID
 
 DecorationType:
 { Value: DecorTypeDrop.Selected.Value,
 '@odata.type': "#Microsoft.Azure.Connectors.SharePoint.SPListExpandedReference"
 }
 }
 )

 
ezgif.com-gif-maker.gif


Categories:
I have the same question (0)
  • Verified answer
    WarrenBelz Profile Picture
    156,100 Most Valuable Professional on at

    @MustH ,

    Apart from not needing the odata reference, this should work

    Patch(
     ColGridData,
     {ID: ThisItem.ID},
     {
     SaleOrderLineSequence: SaleOrderLineSeq.Text,
     EMBDecorID: EMBDecDrop.Selected.ItemNumber,
     DecorationType:
     {Value: DecorTypeDrop.Selected.Value}
     }
    )

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

    Visit my blog Practical Power Apps

  • MustafaHussain Profile Picture
    173 on at

    Hi @WarrenBelz 

    Thanks for the answer.. 

    well I have few more issues to discuss can you help please?

     

  • WarrenBelz Profile Picture
    156,100 Most Valuable Professional on at

    @MustH ,

    If they are a different subject, please post a new thread and tag me and I will see if it is something I can help with. Note that I am not online all the time.

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 June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 325 Most Valuable Professional

#2
11manish Profile Picture

11manish 165

#3
MS.Ragavendar Profile Picture

MS.Ragavendar 88 Super User 2026 Season 1

Last 30 days Overall leaderboard