AD provisioning - creation
I had logic of concatenating two identity attributes to write out to an AD attribute. I tried using the following:
type was static:
$(variable1) - $(variable2)
I was thinking that it would output the value of variable 1 and two with a dash / hyphen in-between. I ended up using a transform, which is probably better if they want to synchronize the data in the future with any modifications.