What if I want to upload some files, such as pdf, ppt, doc, excel, etc
Hey @lusonghua
Not sure how this one snuck through. Check out this thread to see a widget that encodes files as base64, from here they can be added to tables under the image type.
Hey @FahdERM -
Totally. The “Attachments” property in the SendGrid connector function is actually a list:
"attachments":[
{
"content": "$Attachment_b64$",
"type": "application/pdf",
"filename": "my_file.pdf",
"disposition":"attachment"
}
],
What this means is you can pass multiple files to it with additional file upload custom widgets.
"attachments":[
{
"content": "$Attachment_b64$",
"type": "application…
There is working coming very very soon to support this natively within tables with a file variable type.
Pete
Closing this as duplicate; see answer in link from @Pete_Hartnett above.
Files are now supported in tables! Check out the release notes here:
This release is a bit shorter but don’t let that fool you… there are some really exciting updates in this release! Rolling out to most accounts on 9/14, users can now upload PDFs and other file types into Tulip tables!
[image]
[image]
App Editor
You can now add triggers to input components that fire when the enter key is pressed
This is a very exciting update… you can now store documents in Tulip tables! This includes PDF, XLSX, DOCX, STL files and more. Files can be uploaded dire…
Pete