Hi, with Thunkable Classic I can manipulate a list with element index.
I’m starting with Thunkable X but I can find how I can find an index knowing the value.
Steps:
- I have a list with several elements
 - I do a foreach
 - If element = “example”
 - Find the index and remove this element
 
