Search for a number among a list of numbers

hello everyone, I’m french, excuse me for the translation.

I would like to know if it is possible to search in a list of numbers.

let me explain, if I create a data type with 2 fields, the first named city in text format, the second in text and list format.

in the first I put the name of a city, in the second I create a list of several numbers (in text format). (example: 58890, 34567, 59350)

can I search for a number in the entire list, to display the city

thank you in advance for your answer

Hi there,

Yes you should be able to do this. When you Do a Search, search for the datatype that has these 2 fields. In your constraints, choose that list field, and then ‘contains’, and then whatever input or element has the number (formatted as text).that you’d like to find against. In your repeating group of this datatype, you could just have a text element with the city name.