Hi,
I have a Flow, triggered in PowerApps which creates a PDF file and adds it to the Attachments column in my SharePoint List and a Document Library. The problem I have is that I cannot get the Flow to overwrite the existing PDF in the Attachment column (if one has already been created). The PDF in the Document Library overwrites as I want it to.
See image of Flow below.
Note that when using the 'Create file' action I can overwrite the existing PDF by setting 'Allow chunking' to off. This setting is not available for the 'Add attachment' action.

Add PDF file to SharePoint PDF's Library is the 'Create file' action.
The action Add PDF to SharePoint List ('Add attachment' action) is where the problem is occurring.
Image of error below

I have tried to update the Flow where it should delete the existing attachment but this did not work.
Any help appreciated.