Remove element from list?

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

Is easier than it looks like, but now in Thunkable X blocks names change a little.

In my example, I want remove “js” element from list “elementos”.
This elements came from a json response.

1 Like