I am trying to create a dynamic text box that displays the nth number of an item in a list. The item that we want to evaluate is given by a drop-down input.
Example:
List of numbers:
5, 3, 2, 1, 1.
Drop-down input=2.
I want a dynamic text box to return “3” since number 2 (selected in the drop-down input) is the 3rd item in the list.
I would appreciate any help to do this. Thanks in advance!
hi @robert , is there a way to find INDEX number of a specific item in a List Field ?
For ex. - There are 2 lists : List A (Case-Numbers) & List B (Dates). Now, we want to check ‘Case_Number’ from List A, & then Fetch its ‘Date’ from List B. How can this be done?
This is what we have to understand to get to the number of an index position in a list? How is something so basic and so simple not easily supported in Bubble.
Is there a way to get to the index position of a list of things easily? Where in documentation from Bubble can I find where it tells me how to do this?