コンテンツ、知識、アプリケーションの共有と管理に使用される Microsoft 製品とテクノロジのグループ。
こんにちわ
下記のカスタム書式を利用して、リンククリック時に、別タブに遷移するように修正しました。
{ "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-formatting.schema.json","elmType": "div","style": {"margin": "5px 0px"},"children": [{"elmType": "div","style": {"display": "flex","flex-direction": "column","justify-content": "flex-start","flex-wrap": "wrap"},"children": [{"elmType": "div","forEach": "item in @currentField","style": {"margin": "3px 0px","display": "flex","flex-direction": "row","align-items": "center"},"children": [{"elmType": "div","txtContent": "=loopIndex('item')+1 + '.'","style": {"width": "18px"}},{"elmType": "a","txtContent": "[$item.lookupValue]","attributes": {"target": "_blank","href": {"operator": "+","operands": ["https://tenant.sharepoint.com/sites/sitename/Lists/listname/DispForm.aspx?ID=","[$item.lookupId]"]}}}]}]}]}