
Announcements
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"
}
}Hi @sebastianslz ,
The fundamental issue is that SharePoint Integrated apps are not designed to work with "deep linking" - they are simply a connection to the SharePoint record you launch them from. You can easily open the from at the desired record with a hyperlink pointed at the 'Link to item' field of the record, but trying what you are doing unfortunately will not work.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps