Forum Discussion
Vanessa Martin9
Nov 10, 2022Brass Contributor
How to create a tile view on modern SharePoint list: how do I adapt JSON code found
Goal: to create cards based on a list that when clicked go to a desired page. I have found the following instructions: Navigate to your list On the right side of the command bar click on All Item...
ganeshsanap
Nov 11, 2022MVP
Vanessa Martin9 The steps you are following to get to the JSON are correct. Try removing following part from your JSON in advanced mode and click Save button to save the changes made to JSON:
,
"customRowAction": {
"action": "defaultClick"
}
Let us know if this works for you!
Please click Mark as Best Response & Like if my post helped you to solve your issue. This will help others to find the correct solution easily. It also closes the item. If the post was useful in other ways, please consider giving it Like.
- Vanessa Martin9Nov 12, 2022Brass Contributor
Hi ganeshsanap. In reposting the JSON on the list, I found that the card now behaves as a link, however some of the columns are not displaying - Cover (which is an image), Link, and Notes. I have updated my original post to reflect the new situation. Thanks.