Yokohama Upgrade – Flow Designer 'Update Record' Action Fails with Null ErrorIssue In the Yokohama release, the Flow Designer's "Update Record" action throws the error:Error occurred while updating record: null. This issue occurs only when the flow runs, not when updating the record directly through the form. The flow impersonates a user role but fails to update the record, even though form-based updates work correctly.ReleaseAll ReleasesCauseThe user executing the flow may lack the required role or permissions, or the flow may not be properly configured to run with sufficient privileges.ResolutionTo resolve the issue: Assign RoleEnsure the user executing the flow has the required role, e.g.:x_custom_cvg_csm.Pace_Agent.Set Flow ContextIn the flow properties, set "Run As" to "User who initiated the flow" or another user with sufficient permissions.Review ACLsCreate or update Access Control Rules (ACLs) to ensure the user (especially if testing via Postman or integration) has access to the target table and the fields being updated.