When using the gui automation editor, its possible to match a string exactly, but if the entity value is a comma separated list or has multiple values it won’t match. A way to say if it contains a certain value would be very useful.
Using text helpers to hold a comma separated string that you later parse is a fairly advanced use case. Have you explores templating and Jinja?