I have seen hints or guidance to be careful on transforms that you don’t update IDN values based on other IDN values changing.
On a transform, is there a way to stop an evaluation from evaluating?
Example, if source attribute and IDN attribute are the same, break the given transform from evaluating and leave the current IDN value as is.
Or is IDN doing a blob type update where it gets all Identity Profile mappings and write out everything to IDN regardless if there is a change or not?
Example: If an IDN value is for the most part only needs to be written once and it shouldn’t be updated unless a certain condition happens. Can a transform help facilitate this? Or are we limited to only a rule handling such an operation?