Hi everyone!
Is there a standardized way to remove binary data from the ATF_Value column in attachments?
This column displays values like 0x[…] whenever an attachment exists on the form. However, when we delete the attachment manually, the binary data is still visible because it’s stored in the element’s history logs.
When I use the Delete attachments action with the options “all” and “delete attachments and all historical binary data”, it correctly removes the attachments and clears the data from this column — but only if the attachment is still present on the form.
If the attachment is deleted manually first, and then the action is triggered, the binary data in this column is not removed.
Does anyone know a simple way to delete this binary data?