
Announcements
Hi,
I want to change the status of a sharepoint list Choice Column (Pending, Approved and Rejected) with a button click.
OnSelect of the Rejected button, i want the column to update from its default value "Pending" to "Rejected".
I would appreciate any help
Thank you
Try this
Patch('NotifyApproveGO_ApproversList', ThisItem, {PM_ApprovalStatus: {Value: "Approved"}})
You can replace Approved with any choice you want.