Forum Discussion
Grayson1530
Feb 04, 2021Copper Contributor
Trying to Change the Gallery View with JSON to open custom URL instead of edit item menu
I have a simple list as follows: I'm trying to update the Gallery view so that when you click on the tile it opens the URL in "Form Link" instead of opening the standard "edit item" menu. I ...
- May 25, 2022If you remove the two lines of code for the customRowAction section, replace "button" with "a" and then add the following two lines of code below "role": "presentation", it should work. Just replace [@Place] with the name of your field that is the hyperlink.
"href": "[$Place]",
"target": "_blank"
Suhas Yerramsetty
Feb 23, 2022Copper Contributor
I'm also having the same requirement but I believe Microsoft did not provide a way to do that for tile formatting JSON schema.
rgwinn
May 25, 2022Brass Contributor
I am also desperately trying to find a way to do this. Most users will assume that if they click the tile/image that it will take them to a website, not to the editform or dispform. I've spent hours researching out to do this and so far I have yet to find a viable solution. 😞