
I've got a flow set up for cleansing a field if a users account is disabled in active directory. I initially had an issue where the flow would fail because some accounts were being completely deleted instead of just disabled which caused Get User Profile to fail. I got around it by using Configure Run After Failure, so now the correct action is still being taken but it still shows as a failure.
I know I could use Terminate - Success to get around it showing as a failure but I'd still like it to show as a failure if something else goes wrong. Here's the section in question, any suggestions?