{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "a",
"txtContent": "@currentField",
"attributes": {
"target": "_blank",
"href": "='https://apps.powerapps.com/play/e/abe92fe7-cc45-e08f-9547-a494a0cbb2c4/a/29d0622e-900a-4f52-9034-074257aeb86675&IssueID='+[$ID]"
}
}
It looks likes this.
I have also integrated from the SharePoint list by using SharePoint-->Integrate-->Customise-->Powerapps forms--> and updated the OnStart with a launch function to the Powerapps.
OnNew for SharePoint Integration has the Launch statement as well.
Problem :
When the app is played, the powerapps will default to the gallery screen. This is correct.
When the app is played, and a user needs to edit a loan, the edit pencil can be selected. The Edit screen will be opened. This is correct.
When a loan is selected from the SharePoint list, the JSON code does not work and the powerapps does not open in edit mode, instead the gallery is displayed.
How do I get the details of the loan (loanDetailsScreen) to display when accessed from the SharePoint list.
So when the loan hyperlink is clicked, the powerapps should default to the edit page below and show all the details of the request and not the gallery.
Kind regards
Rene Voller