Create Breadcrumbs menu

Hi, I was wondering if somehow its possible to create a breadcrumb menu in adalo.

I’m Creating A File system (folders and files) in my webapp. the user can create many folder levels. In order to offer good ux i’m trying to do a menu(tried with horizontal chips) that allows user back to the selected folder. like the image below:

Anyone know’s how it could be done?

image

Thank’s for your reply!

Hi Juan,

I think it’s possible, but it will be manual to create. You should be able to list each level’s folder’s name, then use conditional formating to remove the ‘>’.

For each folder, as it’s created you could also create a file path and save that as a property. Then when you want to see the file path it’ll be available.

Let me know if that makes sense.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.