The login behavior is set to redirect to the index.php page on login success, this redirect will happen before the update record behavior can take place.
You need to edit the authenticate user behavior and set it to not go anywhere on login success.
add the redirect to the index.php page to the update record behavior.