Hi Team
I need some help, i see sharepoint uses json on Advance mode, when editing the column on sharepoint. How can i achieve this below on sharepoint by using json(Request action button must trigger editable fields from the form to store that data on sharepoint, same with close it must close the window form).

Guest UserPosted Apr 5, 2024, 9:39 AM
Hi Jayraj
The code seem to work, but i notice the new button only resides on sharepoint and they seem not the same, one on power app is customized and they look as below from the screen.
Jayraj ChhayaPosted Apr 5, 2024, 9:10 AM
To achieve this functionality in SharePoint using JSON, you can utilize SharePoint's column formatting feature. You can define custom JSON to create buttons that trigger actions such as editing fields in a form and storing data in SharePoint.
In the above JSON snippet, a button labeled "Edit" is created. When clicked, it triggers the action to edit the properties of the item. You can further customize this JSON to suit your specific requirements, such as closing the form window after editing.