upload files to supabase and view them in a table

Database & APIs

I would like to implement the following logic in my application:

The user uploads a file through my application by selecting its name in the drop-down menu, then when he sends the form the table is updated by filling the “received” cell with the file link.

The administrator will be able to consult the file uploaded to the table and download it.

thank you for your reply.

What have you tried so far?

I was able to upload the files, but I don't know how to save the file in the table according to the user name.

Did you check FlutterFlow's Documentation for this topic?
No