Conditional statements filtering for multiple terms

Hi, kind of a dumb question but when I make a conditional statement I have a DB thing with a field and can I to say “when thing’s name is ‘tv’ or ‘speaker’ or ‘fridge’”

Or do I have to say “when thing’s name is ‘tv’ and thing’s name is ‘speaker’… etc.”?

Any help is greatly appreciated!! thx!!

Could you try a when thing's name contains [list of texts]? Or was it the inverse: [list of texts] is in thing's name? One of those should work.

Ok awesome thx @rico.trevisan !! I will try it out!