I've seen this same error happen a lot with the update. The update adds an action to the background check workflow to validate an email address, but if workflow has been modified at all it seems to add that action above the action where person is set, so email will always be invalid at that point. You just need to move the validation action down below the action that sets the person.