Im trying to turn vision property visibility true or false by using the expression to look for a specific letter in a tagname.
An expression of indexOf({path.to.tagname}, "searchLetter") != -1
should work.
3 Likes
Thank you