Dear community,
I use a table in coda to store certain documents from my users, however in the table the uploaded documents are just shown as a small paper clip (without the name of the document or any other name).
Is there a way to add the document name into the cell?
Alternatively, it would be already helpful to show the doc type in the cell.
dear @Franz_Biler ,
welcome to the community, good to have you around. This question will certainly help others as well.
my advice is first to always add a demo doc we can work with and second, having that said, you may consider this:
thisRow.file._Merge().ToText().ParseJSON("$.name")
I hope it helps, cheers, Christiaan
Dear @Christiaan_Huizer,
Wow! Thank you very much for the input. I can definitely work with that!
Franz