I am new to Retool and I couldn't find a resource/forum thread for the issue I have:
I created a form intake to append my table (works well) and would like to add a file upload (PDF) functionality so I can then easily store and retrieve PDFs from my table. Could you please indicate the steps to follow?
P.S: My Retool Storage query works (file is correctly uploaded) but can't manage to store the pdf url in my table
I am able to upload the file to Retool Storage but cannot get the URL for each file in the table component and make sure that each URL is tied to the right ID at form submission.
I am sorry, I mean for the table component, if you are getting the data for the table from the sheet it will not contain the file information you uploaded into the Retool storage....assuming it was never there
Get data from Google sheet and display it in table.
Select row in table and populate form with selected row data and add a new field to upload an associated pdf with that row.
When form is update...
Is Google sheet updated with file name?
Is file uploaded to retool storage?
if 3.1 is true, then turning the name of the file in the table to a link can be done because there is a default link/file path as noted in the Retool docs I posted above.