Find a value in a multi-valued account attribute

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!

Hi @venkat_chaduvula What do you want to do with the attribute? I ask because a new entitlement type may meet your requirement.

Also see Get Multivalued data from account attribute transform for contains check

Hi @venkat_chaduvula,

Refer this Display multiple account id using transform - #13 by tyler_mairose

Hope this helps!