Committing update set to Studio Git is causing error "The operation encountered an unexpected error. Check the node log file"Issue The error: "The operation encountered an unexpected error. Check the node log file" is appearing whilst committing the file in update set.CauseThe update set contains a variable with a special character as part of its name (in this case it is a question mark at the end of the name). For example, the variable is labeled "Test?", the sys_name and sys_update_name will add the special character ('?') to the name and will be similar to: "sys_documentation_var__m_sys_flow_data_var_123_u_test?_en".ResolutionRemove the special character from the update name for the variable that you are trying to commit by creating the variable without the special character (so as not to have it end up in the element, sys_name and sys_update_name).Update the label to add the special character.