Flow is throwing an Error on the "Update Record" ActionIssue You are using a Flow with the "Update Record" Action and see that it is hitting an Error: com.snc.process_flow.exception.OpException: Field 'record', Value 'sys_id_here': Glide Record is invalid The Flow is then stuck from this Action and does not process any further.CauseThis is happening because the "Update Record" Action is being performed on a Record which the Flow does not have access to. Most likely this is caused by the Domain in which the Flow is executing. Or due to the User that the Flow is executing as.ResolutionPlease ensure that the Flow Domain / User has access to the Record which you are attempting to update.