How to add file input to each record in a table

Hi,
I have a table where in one column I want to have a space to upload a file and then store it there. Is it possible to add file input option to each row? Or is there an alternative to this?

Hey @cinnamon9 – we don't support file uploading as an action for table action buttons yet. I think the easier alternative would be to use one filepicker component, and then place / upload the file based on whichever row in the table is selected.