Forum Discussion

mstevens22's avatar
mstevens22
Copper Contributor
Nov 09, 2022

Hiding Icon in Hyperlink Column with No Link

I am using the following JSON to replace the Link in a Hyperlink Column with an Icon. However the icon shows even if there is no link entered in the column. How can I make it so the linkable Icon is ...
  • mstevens22's avatar
    Nov 09, 2022
    Never mind I figured it out! I replaced the "iconName" with the following:
    "iconName": "=if(@currentField =='','','Mail')",

Resources