"contains any" block error

Hello,

currenltly i want to use the "contains any" block but i cannot use it, becuase always my AI Companion in IOS show the same issue

Message of my issue:
RuntimeError. Irritants: (The operation string contains any cannot accept the arguments: , ["You"], ["youtube"] Bad arguments to string contains any)
Note: You will not see another error reported for 5 seconds.

please could you support me with this topic because i don't know what is the problem

image

You did not supply a list as your second argument.

Try the contains block and reverse the inputs.
Also lower case both sides to improve your chances for a match.

image

In case you really want to use that contains any block, here is a sample:
image