Download only a single file in a list of files

Hello everybody,

I want to download, one by one, files that are in a Field type “list of files”. However it is not working for me. When I try to download the Bubble display the following message:

“Please select only a single file!”

I’m using a RG to show the files as below:

image

Can you help, please?

Can you share the WF you have in the Download button?

@Jici
Please, see below:

image

Thanks

Can you share the repeating group setting for data source

@Jici :

image
image

Thans

I don’t see any issue. Try to run in debug mode step by step andcheck what the download file action receive. If you don’t see any issue, contact plugin author

Ok. Thank you!

1 Like

This issue could be because of uploading the same file multiple times in different places of your application. You can check out in the “File Manager” tab if this file already exists or not, most probably you will find it more than once and in this case for some reason I don’t know why only the 1st uploaded file will be downloadable while for the duplicates it will show the error message “Please select only a single file!”.
Hope this helps !

I have just solved this issue by doing the following:

  • I accessed the file in the “File Manager”
  • I downloaded it
  • I deleted the file from the application using the “Delete” button
  • I re-uploaded the same file again and surprisingly it worked !