I have done the Powerapps form editing and the structure I have created so far is as follows:
For example in Label6:
First('DataSource Test').Description;;First('DataSource Test').Reference;;
{
"$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json",
"elmType": "a",
"txtContent": "PrintScreen",
"attributes": {
"target": "_blank",
"href": "='https://apps.powerapps.com/play/e/default-xxxxxxxx-xxxxx-xxxxx-xxxxx-xxxxxxxxx/x/xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxx?tenantId=XXXXXXX-XXXX-XXXX-XXXXXXXXXXX?TargetScreen=PrintScreen&ID=' + [$ID]"
},
"style": {
"padding": "0px 25px",
"cursor": "pointer",
"border": "none",
"color": "white",
"font-weight": "550",
"background-color": "#F1F1F1",
"text-decoration": "none",
"font-size": "13px",
"text-align": "center",
"width": "50px"
}
}Doing all this when pressing the button I added in the new Sharepoint column only opens the form to create a new item and does not show me the "PrintScreen" screen.

Report
All responses (
Answers (