Forum Discussion
chhe5
Mar 28, 2020Copper Contributor
Format list view => icon if attachment
Hello, I have formatted a sharepoint list with JSON. Now I want to show up an icon if there is an attachment attached to the item. I have tried this: "children": [
{
"elmType": "span",
...
chhe5
Mar 30, 2020Copper Contributor
Hi,
my problem is that I dont know how I can read out the attachments column. If I use
"txtContent": "[$Attachments]"
nothing happens. Is that the right internal name for the Attachment list? And I want to show how many Attachments are behind a list item.