viewing added file

Good morning community,

I have a question regarding file uploads.

If I upload a file how can I access it?

It doesn't show up on my detail view as you can see and my form is definitely set to show all columns.

And if I go into the form and click it it wants to overwrite what I already have there. What have I done wrong?

 

 

Screenshot 2022-09-30 085533.pngScreenshot 2022-09-30 085605.png

0 2 52
2 REPLIES 2

Aurelien
Google Developer Expert
Google Developer Expert

Hi @Quality_Assuran 


@Quality_Assuran wrote:

It doesn't show up on my detail view as you can see


I don't see it clearly, but if you say so I believe you.

From what I see, you wish to upload and access ONE file.

if you click on the field in the form, the normal behavior is to replace this one. You did nothing wrong.

As you may have noticed in your Sheetsin the backend, the relative path is stored. So, there can be only ONE relative path. However, the file will remain in the file folder.

If you wish to upload various files, you may want to consider using a different structure: various file columns, or a parent/child structure.

@Aurelien thanks for responding. No, I only wanted a single file per record. It shows up in my table view of all the related records(Inline), but when I click on the record to open the detail view then it isn't showing up.

Top Labels in this Space