
Hi Team
I have created a column in sharepoint using json format, now when want to customized the form using power app and connected to datasource(sharepoint), now still see control its still a text. is it possible to do the same on power app? Where on Advance mode can apply such change?
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "button",
"txtContent": "Edit",
"customRowAction": {
"action": "editProps"
}
}