I’m trying to populate an attribute in the Identity Profile using a conditional transform that returns true if the user’s businessUnit equals "Chief". It works when the attribute businessUnit has a value, but it fails or behaves unexpectedly when the attribute businessUnit is null or empty. I’ve tried using coalesce or setting defaults, but those don’t seem to be supported in conditional transforms.
Thanks, @uditsahntl01 . I tried that structure, but type: "conditional" doesn’t support if/then/else blocks. It throws an error expecting positiveCondition and negativeCondition.