Quantcast
Channel: SharePoint 2013 - Development and Programming forum
Viewing all articles
Browse latest Browse all 7589

Json is not working on iPhone SharePoint app

$
0
0

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


Viewing all articles
Browse latest Browse all 7589

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>