Hello, can someone help me out? I am trying to create a super simple web based app. It is basically an app where you log in, and the user is taken to the home page that has a drop down menu. The drop down menu has 6 names. Each name is connected to an Excel Sheet. Now I’m not sure what I’m doing wrong, but I cant find out how to link the names into the drop down menu, to individual screens that each have an excel file displayed.
Thanks so much!
So to confirm, should I upload each excel file into separate data collections? I’m confused on how to upload the excel files themselves. The only way i have found to do so is by making a new data collection and uploading CSV.
I may need to hire an expert, i still am having trouble. Adding the form to screen appears to allow the user to upload an excel file. I dont want that. I am trying to upload 5 excel sheets so they can be displayed on my app. I am simply trying to display 5 diff excel sheets catergorized by a drop down menu. If it isn’t too much, could you give an example of how you’d do it step by step?
Can you just confirm what it is that you need? Do you want to add excel files to categories and show the categories in a dropdown or do you want to show the excel filename in a dropdown?
You see that On the drop down menu it’ll have the excel file names. Example: when you click on “excel sheet a” it’ll take you to a screen that shows the actual file content. If you click on “excel sheet b” it’ll take you to a screen that shows that files content etc.
I watched the tuts, but still have trouble specifically doing this.
So basically what I’m trying to do is:
Starting with a blank app > upload my 5 Excel Files to data base > create a drop down menu containing the 5 excel files names > link each file name listed on the drop down menu to a new screen that shows the actual excel file associated with the filename on the drop down menu.
Unfortunately you cannot add an action to a dropdown list so you would need to create a list instead, this will achieve what you need. I have done an example here that you can clone…
I have created 2 different users, one is an admin user that will allow you to upload excel files and 1 is a standard user, just so you can see the differences.
The admin user is - Email= 1@1.com Pass= test
Standard user is - EMail= 2@2.com Pass= test
I would also like to point out that you cannot ‘view’ an excel file with adalo, you need to offer it as a download. The users browser then decides whether to open it in the browser or download it, this is based on if they have excel installed on their device.
Thanks a lot i really appreciate the help and support! I think i may have to somehow turn the excel files into photos . If i am able to do this, could the list you just made have actions to redirect to these photos?
Yes, you can make the list a list of photos, just add the image component and link it to an image field in the excel files collection (you would need to add this new field).