Purpose of this flow:
This flow will be triggered when an email is received from a specific email address that contains a zip file. It will then save the zip file to a specific folder within the SharePoint and proceed to extract the zip file and add the unzipped file to the same folder in the SharePoint.
As shown below, the zip files are being saved to the folder but the second part (extracting the zip file) is failing.
At first it ran smoothly with no issues and was successful but on the second run it failed and I believed it was due to the fact that overwrite was not set to true since these emails are recurring daily therefore updating the folders daily. Once I updated the overwrite value I then got an error that stated the following 'To make this flow work, inspect the inputs to this action and ensure they would provide the correct inputs.' which doesn't make sense to me if it successfully ran in the first place?
This is the part that is failing -
Any comments or suggestions are appreciated, thank you!