Open agvardha57 opened 1 year ago
The documentation is correct but you're confusing two different things.
This...
...is two text strings which become a list because the [gear] list block is added to them. In this case, you need the [gear] list block. In set notation this would be {"a","b"}.
But this...
...is a list (list viewer's text items
is automatically a list) within a list because the [gear] list block is added to it. So in that case, you don't need the [gear] list block. Assuming the list viewer contains "a" and "b" as items, in set notation this would be {{"a","b"}}.
In summary, if something is already a list, you can use list blocks to search/modify the list. If something is not already a list, you can't until you add a [gear] list block.
Here are some examples of blocks that are already lists:
Yes got the idea Tatiang. I had read up on the Mutator blocks - https://thunkable.com/explore/ai2/support/concepts/mutators.html (The blue gear box) however every time I click on anyone below the link does not resolved just hangs. I wish they had explained it the way you explained in the original List Documentation. I will modify m bug report suitably. Thanks a lot
You're welcome. By the way, that's quite outdated documentation that you're referencing. Current documentation is at https://docs.thunkable.com.
If you use the does list with the gear it does not work. I was told one with the gear is meant for creating a list not to search it. This fails: This works: Please fix the documentation