This the flow you need to follow. In Provisioning Completed Trigger add filter for Failed Modify operation like below.
$.accountRequests[?(@.provisioningResult == 'failed' && @.accountOperation == 'Modify')]
Thanks,
Nikhlesh
This the flow you need to follow. In Provisioning Completed Trigger add filter for Failed Modify operation like below.
$.accountRequests[?(@.provisioningResult == 'failed' && @.accountOperation == 'Modify')]
Thanks,
Nikhlesh