Variables sharing the same name as Encrypted Text field causes Encryption Context to be evaluated, returning message "Invalid attempt. Encrypted data could not be saved"DescriptionBuild information:Build name: LondonBuild date: 02-14-2019_1004Build tag: glide-london-06-27-2018__patch6-02-06-2019Issue Description:In a record producer, when creating variables that share the same as an Encrypted Text field types on the corresponding table, this causes the Encryption Context to be evaluated, resulting in the message "Error MessageInvalid attempt. Encrypted data could not be savedInfo MessageRecord not found"Even if the 'User encryption' option is flagged off, the encryption context is still called due to the same variable and field name- This issue does not occur in Kingston.Steps to Reproduce - Activate 'Encryption Support' plugin1. Navigate to System Security > Field Encryption > Encryption Contextshttps://<instance-name>.service-now.com/sys_encryption_context_list.do2. Create a new Encryption Context with 'Type' set to "AES 128-bit"3. Create a new field on the Incident form:Name = Encryption Text FieldDatabase column name = u_encryption_text_fieldType = Encrypted Text5. Create a new Record Producer pointing to the Incident table6. Create a new variable:Question = Encryption Text FieldName = u_encryption_text_field7. Log in locally as "Joe Employee" into the instance8. Open the newly created Record Producer and attempt to submitExpected behavior- The Record Producer is submittedActual behavior- The Record Producer does not submit and displays the following message:*Error Message Invalid attempt. Encrypted data could not be saved*Info Message Record not foundWorkaroundTo receive notifications when more information is available, subscribe to this Known Error article by clicking the Subscribe button at the top right of the article. If you are able to upgrade, review the Fixed In field to determine whether any versions have a permanent fix.Related Problem: PRB1335252