Quick overview of Inbound email actions processing in regards to small attachments not getting filteredSummaryOverview of Inbound email actions processing:1. After executing the script in the Inbound action, we check if any fields in the target record have been updated.a. If the target record has not been updated, we do not process the attachments.b. If the target record has been updated, we process each attachment on the email record as follows:- Duplicate attachments with the same hash on the target record are not attached.- Attachments smaller than the value specified in 'glide.email.inbound.image_sys_attachment.filter.minimum_bytes' property are processed according to the action specified under 'glide.email.inbound.image_sys_attachment.filter.action'.- All other attachments are attached to the target record.ReleaseNA