
Announcements
I am working on the leave tracker app where we have required to design a type of the button feature on the left side panel given in below screenshot. so, when user click on the left panel example: Work from Home, then "Work from Home" should be saved under label/Field Leave type in the SharePoint.
Could Please help to achieve this on priority?
Hello @Kuma0002 ,
You can check the "Patch()" function in the official documentation.
https://learn.microsoft.com/en-us/power-platform/power-fx/reference/function-patch
Call "Patch()" in the "OnSelect" of your button to update the record in your SharePoint list.