Hi all,
In ISC I have a multi-valued account attribute types, like:
types = [“employee”, “contractor”, “vendor”]
I need a transform to check if “employee” exists anywhere in the list. the default accountAttribute transform only fetching the first value.
What’s the best way to do a contains check on a multi-valued attribute in ISC transforms?
Thanks!