Compare strings operator

Hi,

How to use compare string operator to check mutiple values. (REHIRE or HIRE_ADD_WORK_RELATION)

Value 1 : $.getIdentity.attributes.actionCode

Equals

Value 2 : |REHIRE|HIRE_ADD_WORK_RELATION|

1 Like

Hi @Manju22,

You could use contains rather than equals or you could add multiple compare string action and then do a equal check.

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