Using IF AND condition for Group Assignment

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!

Oops, pretty quick to find the mistake here, I missed a single character!

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