Attachment variable on record producer is duplicating attachements when submitting requestDescriptionAttachment variable on record producer is duplicating attachements when submitting request.After submitting request, attachments are appearing twice on the record as well as in 'sys_attachment' table.Steps to Reproduce 1. Create Record Oroducer with 2-3 Attachment variables 2. Click on try it >> add attachemnts (with different name to identify duplicates)3. Submit a record from record producer:4. Observe 2(duplicate) attachments shown in worknote/activity of record.WorkaroundThis is expected behaviour when mapped to field on variable is set true. Reason: when attachment on field of gliderecord is deleted we dont want to delete attachment on variable. Thats why we are maintaining 2 attachments when variable has map to field set to true.Related Problem: PRB1561270