Not really displayed at once, but you can continuously click folders to go into them. Then if you need a back button just set the main group’s folder to Parent group’s Folder’s Parent Folder
I actually saw someone just put a “isFolder” yes/no field so files and folders are the same datatype, and that field differentiates the two. Kind of a good idea
Then in your RG you search for the datatype, sort by isFolder so the folders are at the top, then another sort by alphabetical. Then when they click on it you have two workflows with opposites conditions, if the isFolder is “Yes” then show the new folder, if its “no” then download the file or view it in another tab, etc.
Here’s a basic example of infinitely nested files/folders, if you had external S3 storage you would have more fields like URL, Size, etc. and you wouldn’t need the “Bubble file” field Bubble | No-code appsfiles-folders | Bubble Editor If you go into a certain folder you can then upload from there, or create new folders inside a folder, etc.
Try Folder 1 then go through all the nested (no name) ones, you can also click on a specific folder in the breadcrumb list to jump back. If you don’t like the URL building up and looking ugly it could probably be moved to a custom state but won’t persist after page refresh