Has anyone recently had issues with the Sharepoint "Extract folder" action? It had been working reliably in my flow, but in recent weeks it started failing very frequently. Extraction of the folder starts, with some of the archive's files appearing in the target folder, only for it to abruptly halt mid-extraction.
The error message is "Action 'Extract_folder' failed: Destination folder '***path removed***' already exists. To overwrite this folder, set overwrite to 'true'" - which doesn't make sense, as 1) the folder definitively does not exists before the flow starts, 2) the action successfully creates the folder and starts extracting files into it.
I've tried:
- enabling "Asynchronous Pattern"
- setting the Retry policy to none
The archives are simple, flat structures, with files typically under 10MB each.
Have there been any observed changes to "Extract folder" of late - such as stricter enforcement of limits on archives?