Is it possible to use a wildcard character in assignment logic? For example:
Attribute Values:
AM Regular
AM Temp
AM Seasonal
Is there a way that I can set up the assignment logic like
Attribute Equals AM*
So that it will catch all of those values?
Thanks!
Michael
anagha
(Anagha PK)
February 28, 2024, 3:48pm
2
Hi Michael,
You cannot use wildcard character in assignment logic. Also if your attribute is multi valued, then I would suggest you to use “Contains” instead of “Equals”.
You need to use multiple criteria connected by “AND” or “OR” conditions for catching all the values
6 Likes
I didn’t even think about using Contains. That could be the answer I need! Thanks!
1 Like
anagha
(Anagha PK)
February 28, 2024, 3:53pm
4
One more suggestion would be to use an identity attribute in your criteria, and use “starts with” operation
5 Likes
Anagha, this is perfect. Thanks a bunch!
anagha
(Anagha PK)
February 28, 2024, 3:57pm
6
No problem. Feel free to mark my post as a solution
1 Like
system
(system)
Closed
April 28, 2024, 3:58pm
7
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.