Hello,
I've built a flow which retrieves emails from an inbox and saves those emails to a storage account file share.
To achieve this I used the action "Azure file archive", giving a random filename (in such a way that every run of the flow gives a different filename) and attaching the body of the email.
The recurrency is every ten minutes.
Sometimes this action get a timeout and, in some away, this behavior causes a file lock in the azure storage file share.
Does anyone has a solution to avoid this behavior?
Does anyone know why storage account file share gives sometimes timeouts in uploading files through power automate action "Azure file archive"?