Hi all
I am trying to get the index of my text variable using the method shown below.
I also tried array.contains(“myvariable”), but it seems my variable and text in the array do not match.
Any suggestions?

@ChrisPals Do not use double quotes when using a Variable ![]()
As @supermanPunch said, don’t mention variable name with double quotes.
If you are passing value directly then you need to mention with double quotes else it’s not needed.
Hi @supermanPunch and @lakshman
Thank you for the answers!
I think I need the dummy version of that, where should i remove the doubles quotes?
ah ok
I get it.
Thanks a lot!
In that assign activity. Array.IndexOf blah blah…