Table checking doesn't work

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve? Keep it simple and clear!
    I want to check if string is a part of table.
  2. What is the issue? Include screenshots / videos if possible!
    For i,v cant see it.
  3. What solutions have you tried so far? Did you look for solutions on the Developer Hub?
    Writing script from scratch few times but with no effect.

The second for i, v loop uses the same name for index and value. It will probably check for the values in the top loop so you would have to rename them, but I would recommend using table.find()

2 Likes

Its still not working with table.find() or for i,v but thanks anyway.