Lists

Last modified by admin on 2023/09/20 09:35

There are some lists functions in PocketCode which you can find in the formula editor!

Lists.jpg

 With 'number of items(*list name*)' you can find out how big your list already is.

With 'item(1, *list name*)' you get the value from the list on position 1.

With 'contains(*list name*, 1)' you can check if the list contains the given value.