Wildcard (*) Characters in Assignment Logic

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

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

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!

No problem. Feel free to mark my post as a solution

1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.