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 / Patching a dataverse c...
Power Apps
Suggested Answer

Patching a dataverse choice column using a dropdown

(0) ShareShare
ReportReport
Posted on by 17
Hello,
I am trying to patch a dataverse choice column based on the value of a dropdown which is part of Forall in a gallery.
Currently the coding is not working. Any suggestions would be much appreciated.
 
Here is the code;
ForAll(
Nest_Gallery.AllItems,
Patch(
'Nests Databases',
ThisRecord,
{'C1 Outcome':'C1 Outcome (Nests Databases)'(C1outcome_drp.Selected.Value)}
 
Categories:
I have the same question (0)
  • Suggested answer
    MichaelFP Profile Picture
    1,886 Moderator on at
    You just need to set the value from the drops down.
     
     
    in your code will be
     
    ForAll(
    Nest_Gallery.AllItems,
    Patch(
    'Nests Databases',
    ThisRecord,
    {'C1 Outcome':C1outcome_drp.Selected.Value}
    )
    )
    If my answer helped you, please give me a thumbs up (👍). If solve your question please mark as answer ✔️. This is help the community.

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 531 Most Valuable Professional

#2
Haque Profile Picture

Haque 261

#3
Kalathiya Profile Picture

Kalathiya 221 Super User 2026 Season 1

Last 30 days Overall leaderboard