Forum Discussion
LunchtimeHero2129
Jun 23, 2021Copper Contributor
Conditional formatting - only show button if attachments are present
Hi, I am trying to only show a button in a column, if there is an attachment present in the same row on the attachment column. Here is what I have so far: { "$schema": "https://developer...
xtresh
Jan 20, 2023Copper Contributor
"txtContent": "=if([$Attachments] == '0', 'no attachment', 'item has attachment')"