Hi
we have a export rule defined to export the data from Metaverse to AD.
Before any of the FlowRule , there is a check as below
if mventry("mail").Ispresent then
throw an error
End If
but when control is moving to this place we are getting error "Attribute<mail>" is not declared.
As we are getting error before any FlowRule will start, not understanding where to include the attribute in MA export attributeflow.
could anyone please do let us know what would be the issue here and how this can be resolved.