How to avoid record producer variables storing in question_answer tableIssue When a record is created through record producer, an entry will be stored question_answer table. If any sensitive data available on any variables and those variables should not store in question_table.ReleaseAllResolution In the Documentation it is specified that if the record producer variable is mapped to an encrypted field of another table, then this variable value is not stored in Question Answer [question_answer] table. So, it is also not available in the variable editor of the target record.Encryption Plugin installation is required to create Encrypted Text type fields.Follow the complete Encryption Documentation to implement this.