I wrote a program in Python, generated an .exe for it. Double clicking the .exe causes the program to run perfectly. It opens a pdf form in the same directory, processes the data from the form, and outputs a CSV with the consumed data.
When using Power Automate Desktop to run the same .exe the file runs, but then fails with an error: see below.
Is there something about the power Automate process that prevents the .exe from grabbing the pdf?


