Hi, I’m trying to create a form in Coda where users can directly download a file from the form. Is this possible in Coda? If not, is there any alternative, such as using a base64 link or another way to attach documents so they can be downloaded?
1 Like
You can adapt this formula to generate a download link, that you can simply display in the form.
thisRow.File.First()._merge().ParseJSON("$.publicUrl")
Hope this helps,
Pablo
3 Likes
Thank you so much, this has helped me a lot!
1 Like
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.