I need to loop through this list and check if a specific static value (e.g., 00gir95loplEZf66V5d7) exists within the list. Based on the result, the transform should return either "found" or "not found".
Hi @kalyan_dev32
I would suggest to use contains operator.
i.e something like #if($groupVariable.contains('00gir95loplEZf66V5d7'))Found#{else}Not Found#end
Apart from that If you are looking to iterate over each item, then i would suggest you use the below "value": "#set($array=$Multivalued.split(\"\\s+\"))#foreach($val in $array)val = $val #end"
I have set the multivalued attribute as something like this:
Have entered the value as “Separated by new Line”, and on ISC it comes as separated by space.
Example on account attribute:
And this is what i see in my identity attribute as a result.