Hello,
i get e String as input and would like to compare it with a list of strings.
If there is a match it should output an index number of the row in the list it has been compared to.
It works with one string using the node “AreEqual”.
How can this be done?
Thanks!