Upload file by clicking table row action

Hi there,

I have a table with records coming from the db. There's a column with a file name and another with the file content.

I want to add a row action that opens a file picker for the user to choose a pdf file. When they choose it and accept, I want to trigger a query to store the file in the db and update the table.

Can you help me out?

Thanks

Hey @Javi_V! While there isn't native support for this, you can definitely make it work. You'd use variables and a file picker—set a variable to identify a row, show the file picker, and trigger it. After an upload (or cancel), you can hide the file picker and reload the table if needed.

Hope that helps! :raised_hands: