- will need a link to a list:
https://sitename.sharepoint.com/sites/Lists/Listname/AllItems.aspx - and the url variables:
?FilterField1=FieldName&FilterValue1=FilterValue&FilterField2=FieldName&FilterValue2=FilterValue - Format column, use a current field, change it to a Url and pass theID
[code]{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "a",
"txtContent": "@currentField",
"attributes": {
"href": "=’https://siteName/Lists/FRMReportTasks/AllItems.aspx?FilterField1=FileID&FilterValue1=’+[$ID]",
"target": "_blank"
}
}[/code]