Notifications
Announcements
I have a list , named "Application Form";
I want to update the field of "Status" in the form to "Completed" by clicking a button;
How should I write the code with Patch.
I want to update the field of "Status" in the resource(Application Form List) to "Completed" by clicking a button;
Patch('Application Form', LookUp( 'Application Form', ID = Int(DataCardValue6.Text)) ,{Status:"Completed"})
the type of the field of "Status" is option
Can you try this @FENGYANG
Patch( 'Application Form', LookUp('Application Form', ID=int(DataCardValue6.Text)), { Status: {Value: "Completed"} } )
This is a great reference page
Great,
have solved,
You've been a big help ,thank you very much
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.
In our never-ending quest to improve we are simplifying the forum hierarchy…
We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
WarrenBelz 765 Most Valuable Professional
Michael E. Gernaey 343 Super User 2025 Season 2
Power Platform 1919 272