Hello,
We have a list in one of our Office 365 Groups where we click on a field and it goes to another list. We have json on the field that filters down the results based on the value passed. It works as expected on the desktop, however, when we view this list in SharePoint app on iPhone, we are unable to click on the field.
Any tips on how to get this to work in SharePoint iPhone app?
Json code{
"$schema": "https://developer.microsoft.com/json-schemas/sp/column-formatting.schema.json",
"elmType": "a",
"txtContent": "@currentField",
"style": {
"white-space": "normal"
},
"attributes": {
"target": "_blank",
"href": "='https://orgname.sharepoint.com/sites/sitename/Lists/listname/AllItems.aspx?useFiltersInViewXml=1&FilterField1=Integraion&FilterValue1=' + @currentField"
}
}
Thank you in advance.
Tatyana