Hello,
I’m trying to use the following condition for group assignment
user.streetAddress=="UK" AND user.divison=="Sales - Commercial"
but it’s failing with the following:
Invalid property divison in expression user.streetAddress=="UK" AND user.divison=="Sales - Commercial"
Searching for this error on Google or here in the forum shows no results.
Any ideas of the reason?
Thanks!