Multi-value attributes (List and Set) only allow literal string matches of discrete values when using .contains(). Don’t have time to test this instant, but this should work:
$Tags.contains("Topic1") | $Tags.contains("Topic2")
Also:
- there should be no space in
.contains(...
, i.e. not .contains (...
- use straight, not curly quotes in action code, though I suspect here this is due to the forum software ‘correcting’ quotes for typographic effect.
Tip, for all forum users. If quoting action code, always select the code and use the ‘code’ button (</>
) in the formatting bar of the box for writing new posts. this stops anything messing with your code such as changing quote types.