Multiples Files is not working

I’d like to add some PDF’s files on my application so i created a column “Multiple files” but when i double left-click or right-click on a row, there is nothing happened. Can you help me please ? Thanks.

Multiple Files is an array based column. You can’t edit those in the data editor. You will need to add a file picker component to a screen to be able to upload files.

Thanks for your response,
Yes i found the solution but when i put documents in the “File picker” we cannot then open the files in the mobile application ? I would like to share some technical documents in my application mobile so i need that my users can open the files.

I use a Link component, or build out your own HTML with the urls and display that HTML using a Rich Text component.

Thanks for your available and for your responses !