Hello,
I want to build a trait who populate every time a user receiver a determined signal.
For example, the signal is "country=usa"||"country=france"||"country=united-kingdom".
I want the trait to populate every time the signal country exists.
But I haven´t this option. So I though about building a regex:
.*
and the Code View reports:
(country matchesregex ".*")
But it didn´t populate. Can anybody please help me?
Thanks in advance.