Hello! I'm trying to use Power Automate to run a Python 3.9 script via PowerShell. I've defined a variable to store the path to Python on my computer and another for the path to the script I want to execute.
The script's purpose is to merge .xlsx files, create folders, and move these files to the corresponding folders. However, when running the script, I encounter a 'PermissionError: [WinError 5] Access denied 'C:\\Program Files\\WindowsApps\\Microsoft.PowerAutomateDesktop_11.2404.195.0_x64__8wekyb3d8bbwe\\2024'', specifically on the line of code that attempts to create the folders.
I've ensured that Power Automate is running as an administrator, that the folder allows access and modification for any user, and that my firewall isn't interfering with the system.
Is there any way to grant permissions to Power Automate to resolve this issue?
The workflow I've set up is as follows:
- Define the variable for the Python path.
- Define the variable for the script path.
- Execute the script via PowerShell.
- Display an error message if any occurs."

Report
All responses (
Answers (