Retain selection created by drop down menus

I have an app that is I am going to use for decision making. I have set everything up and works fine.

I have a group of drop-down menus that select a group of events.

I am using the sometimes visible and group options and this works fine to create a group of buttons that match the criteria from the drop down menus.

These buttons then link to the relevant jump page to explore that option.

However, when someone selects one of the options and returns to the selection page the list has been removed.

I have tried various ways to try to avoid this but I am still at a loss.

It is the last piece of the project, and would like to have this finished

Can anyone point me in the right direction

Hi,

Could you please provide a screen recording to help us better understand the issue?

in short, the drop-down will not retain values once you move to a new screen. You need to write the selected drop down values either in the dB or on a Scratchpad screen. I would use a Scratchpad screen so you dont burden the dB with temp data.

If you dont know what is a “scratchpad”, do a search on this forum. Its the best thing I learnt here!

Best Regards

Jay

Hi

I have played with various ways of doing this

initially I created buttons based upon the drop-down criteria using visibility. this worked great, but they were lost once I selected a link and returned.

I have tried Lists, both custom and simple, and tried various relationships. And Update button.

Basically, I want to create a list of potential trials that may be suitable based upon the criteria in the drop-down menus.

For example, time. each trial may have more than one time frame but only need to choose one.

If the trial fulfills all of the drop down criteria, then it will appear as a option in a list or as a button

I have a database for each item in drop down menu

For example, time

The actual trials are also stored in a database file (I have removed names)

When a trial is selected it goes to a specific page and attached pages offering information. Once reviewed that can return to Screening page and select another fulfilling criteria.

This is the screen

I have also attempted to link to user but again no success. I assume this is a common issue but i seem to be missing something.

Thanks

Hi

Thanks for information

i looked up scratchpad but says it is the screen area. Do you mind explaining or providing a link. Sorry new to adalo

Basically I either need to retain options selected in drop down menus or the list created

Everything else in app works fine, just this one issue

Hi

Thankyou will do

Hi

Thankyou

Please see below

Using 6 drop down menus on screening page. The screening page below has two test options based on time criteria only, using two custom lists, with one row each, using visibility based on time only as a test.

For example first one is Time

Initially used buttons created with visibility which worked fine in creating buttons with selected drop down options, but they were lost once I selected one and returned

Then tried grouping them in a list and creating a simple or custom list

Again they create a list but lose them. Tried various relationships but do not seem to get it to work.

I just want to create a list based upon criteria from drop down menus that the user can return to and select next one that may be applicable

I have a database for each drop down menu and for Trials that are defined by drop down menu

Each trial may have more than one association, for example time.

Thank you for sharing the detailed information. From what I understand, you would like to pass the information selected by the user to another screen. Currently, you are using dropdown menus that are linked to separate collections.

My suggestion is to keep the dropdown menus as they are, but add a button that saves all this data in a user collection. This approach will allow you to pass the data to any screen, effectively creating a relationship between the user collection and the dropdown collections (one-to-many). By implementing this, you can transfer data from one screen to another without losing any information in between.

Hi

I would like to retain a list of items that meet criteria selected from drop down menus on the same screen or another screen if needed, so that when I return to that screen they are still selected. Currently each method I have tried resets the selection.

So for example if ITEM 1 and 3 meets criteria and i select ITEM 1 and then return to page to review ITEM 3 both items are gone

I have lists for each drop down menu in database

I have a list of items that criteria should select

I have a user database

So I need firstly to display the items that meet criteria and then retain this selection until reset by user

I have followed several threads but does not seem to work. Seems simple but really throwing me

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