I’m working on my first app, and I’ve managed to make some progress, but one thing I am stuck on is how to make a checkbox list appear in a drop-down list. I will attach example screens.
The 1st - Checkbox Screen_A: will show the list all of the time, which I do not want. I do not need a checkbox by the “select …” prompt, and also do not require a ‘select all’ or ‘clear all’ function.
The 2nd - HideOptionsList_B: hides the list behind a label like I want, but I don’t know how to give it the checkbox feature.
Once multiple items are selected, I want to be able to close the list, ideally back to the “select …” prompt.
I’ve tried multiple tutorials, but they seem to all be one or the other list, or leave the list visible at all times. I’ve tried combining the two screens into one, but can’t get it right.
Can anyone offer advice?
Sample screens project: Thunkable
Thank you @tatiang
That is close to what I’m trying to do, but I am not wanting to change the first line to a selection. Open list, select items, close list, and selected items would show up on another screen.
I need to tweak it a little if possible, so I’ve played around a bit but no luck yet.
Right now, it shows the # of the option along with the option ex: 2:Option 2. I’d like to get rid of the number and : ( 2: ) , and just show the option. Is this possible?
Must the response list only show on the same screen, or can it be sent to another screen? I’m searching all of the tutorials to see if it’s already there, or if I can piece it together.
I’m trying to build an article entry screen, and when completed it will show as a completed screen, and also in a library.
For example: New Entry page: Enter info related to Article, choose options, complete screen. It returns to an empty entry for the next new entry. Go to Library Screen where I will see all entered Articles. Click on an Article and it takes me to its Individual Page, showing all the info I entered and any notes.
i included the option # and the option name because even in a simple listviewer you get 2 options of item or index ,when one selection is made.
anyway if you don’t want the index to show, change the bottom part of this block
the response list is showing on that screen for verification purposes only - whiile i was developing this. currently the value is saved in a variable called responseList. it could have been any name. but as long as you know its name, you can display it in another screen.