Record created via a record producer is created as active = falseIssue A record created via a record producer is created as active = false, if it is created normally via form, it stays active = trueReleaseallCauseA variable of the record producer has name 'active'. This maps the variable to the active field of the record and sets it to false if its value is anything other than 1.ResolutionAvoid naming variable with field names like 'active / 'state' etc.. Change the variable name to anything other than a field name or a previously used variable name.