AD account moves using standard before provisioning rule

We’re planning to use sailpoint provided standard before provisioning rule for AD account move. As per the documentation, we can pass the value dynamically by referencing the identity attribute see below. Is it possible, instead of identity attribute can we directly refer the transform within the value field in the source for the “eventActions” configuration? Did anyone has done similar to this?

eventActions": [

{

“Action”: “ADMoveAccount”,

“Attribute”: “AC_NewParent”,

“Value”: “#{identity.activeOU}”

}

]

Hi @Shonnegowda,

You cannot use transforms inside the event configuration of the Standard Services before provisioning rule. The rule is written in such a way as to make use of only Identity attributes in the configuration.

Attaching the similar thread here.