I would like to have the possibility that the text entered is the same as a list of names
that is, instead of IF I would like an OR
EXAMPLE (this doesn’t work):
show [nameanimals] if [your-name] equals “[dog] [cat] [bird]”
EXAMPLE 2 (this doesn’t work):
show [nameanimals] if [your-name] equals “dog, cat, bird”
EXAMPLE 3 (this doesn’t work):
show [nameanimals] if [your-name] equals “dog”
OR if [your-name] equals “cat”
OR if [your-name] equals “bird”