iOS Lists in Lists, How do you work without an index?

The blocks in the iOS version are just enough different from the Android version to keep me confused as I try to develop. There is no iOS comparable block to the Android “Select List Item: List/Index”, in fact there is no mention of index in the iOS Blocks. How do you use the existing iOS List blocks to select items from lists of lists as in the attached Android blocks?ItemFromListInList

Hi KaneoheKid,

The block for getting element from list by index is and is called “in list get #”

getitemfromindex

To work with lists of lists, you can use JSON. Blocks for working with this are in the Objects category. JSON string contains quotation marks and to use the correct string to the string type, use the “create text with” block.

A guide to the blocks can be foundh on here