All Questions
Tagged with power-automate-desktop powershell
9 questions
0
votes
0
answers
1k
views
Power Automate Desktop - Convert DateTime to Text using "en-US" Locale
I want to format dates in Power Automate Desktop to a specific locale. I need to achieve this by converting date and time values into a desired string format while ensuring the locale is set to "...
0
votes
1
answer
382
views
Power Automate Desktop '[Errno 2] No such file or directory when running powershell script [duplicate]
I am trying to use power automate desktop to run a python script. Since power automate desktop does not have an action to run a python3 script (only python 2), I have to use the run powershell script ...
0
votes
1
answer
1k
views
How to run a flow in Power Automate Desktop?
I have created a simple flow on Power Automate. That flow simply opens up the Powershell (Powershell 7 x64), writes a command for upgrading applications
winget upgrade -h --all
and presses the "...
0
votes
1
answer
1k
views
After running a custom PowerShell script in Power Automate Desktop, how do I capture the output into a new variable?
I’m using Power Automate Desktop and running a custom PowerShell script using the "Run PowerShell Script" action.
Here is the PowerShell script I’m using:
# Get the 1st day of the current ...
0
votes
0
answers
479
views
How do I debug why a Power Automate Desktop Flow freezes?
As I am running my Power Automate Desktop flow using a for loop, the process freezes, but there is no pattern I can figure out yet. It froze after processing over 750 Active Directory on-premise ...
1
vote
0
answers
113
views
Powershell Error "You cannot call a method on a null-valued expression" when I create new Doc document in power Automate desktop
I'd like to make power automate desktop flow for making PDF from Image.
I can't find direct method from image to PDF, so, I tried to make new word document and insert image. After that I tried to ...
1
vote
0
answers
417
views
GUI Scripts (Power Automate) not working in minimized Remote Desktop
Problems statement : GUI Windows Automation scripts not running when minimizing the Remote Desktop Connection. Windows scripts done in power automate. Scripts perfectly working when we open the Remote ...
0
votes
1
answer
1k
views
Can I change powershell version to 7 with "Run PowerShell script" action on Power Automate Desktop?
Can I change powershell version to 7 on "Run PowerShell script" action?
If I can, how?
I know this post but I couldn't find if I can change the version PAD execute.
https://powerusers....
0
votes
1
answer
727
views
it is possible to pass argument to powershell script a datatable?
I'm trying to create a PowerShell script that inserts a datatable to SQL via WriteToServer...
This script is called by a PowerAutomateDesktop automation.
So... I cannot pass my datatable as an ...