Questions tagged [power-automate-desktop]

Questions about Power Automate Desktop for Windows 10 and 11.

Submit questions related to Power Automate Desktop from Microsoft, an automation tool primarily focused on Microsoft Windows 10 and 11. Questions about the cloud version (Power Automate) should be tagged with power-automate instead.

149 questions
0
votes
0 answers

Is there a way to print multiple docx in a folder with difference printer properties?

Is there any method that allows me to print multiple Word documents that are in the same folder; 1) in a specific order and 2) with different printer properties? For example, I have the following documents in a folder. I want to print them in that…
0
votes
1 answer

refresh sharepoint PAGE using power automate

I have a sharepoint page with the following web elements- 1.microsoft forms. 2.sharepoint list. In the same page, towards the left, in the Microsoft forms section , the user answers few questions and submits it. In the section towards the right,…
0
votes
0 answers

Do you have to parse text in order to extract PDF file or can you extract PDF file without Parsing first to read specific text words?

Currently we are utilizing the Solimar system to send PDF invoice files daily (that contains different customers) into a specific folder (via a batch job -> one big PDF file). The invoices are also printed locally on a daily basis and delivered to…
0
votes
1 answer

How to access PA flows shared to a group shared email account

A Power Automate user has shared the ownership of their flows to a shared email account that the whole team has access to. However, when the team attempts to view the flows from the link in the email, Power Automate states that they do not have…
0
votes
1 answer

Displaying Power Automate Variable Text in Web Browser via JavaScript (Run JavaScript function on web page)

I am attempting to display a Power Automate Desktop variable's numeric value in a web browser instance using the Run JavaScript function on web page action in Power Automate Desktop (PAD). My PAD flow is as follows: PAD user input via custom form…
ash
  • 25
  • 3
0
votes
0 answers

How to run Power automate flow from Active Batch OR ADF Pipeline

I have created manual trigger flow in power automate . i am executing a power bi report and exporting it pdf. Everything working fine here. Now my requirement is i want to run this flow from Active Batch or ADF Pipeline. How to run this. Can you…
0
votes
0 answers

Power Automate - Extract links in a table

I am wanting to extract link addresses within a table on a web page using Power Automate. I can extract the link using Get details of an element but this only works for one link in a table. I can also extract the entire table as text. I want…
Matt Drake
  • 144
  • 8
0
votes
0 answers

Power Automate - Popup window instance

I have one application here, where I have a web browser (instance NewBrowser), I input some information and then the browser is updated, after it updated, I click a button and a new window is poped up. Here is where I'm struggling, because I need to…
0
votes
0 answers

Power Automate Desktop Flow TImeout

I have a set of power automate desktop flows and I trigger them from cloud. I want to put a timeout for my flows to avoid infinite wait which may occurs because of various reasons including UIS load issues. So I want to put a maximum time for the…
Kokul Jose
  • 1,384
  • 2
  • 14
  • 26
0
votes
1 answer

Click UI element in window not working on Power Automate Desktop

I am building a flow where I need to use UI clicks using Power Automate Desktop. I want to perform UI clicks on a window where there is a menu items[Basic, Payment, Details]. On starting flow I will perform UI clicks in 'Basic' section, later I want…
0
votes
1 answer

How can I select the next anchor tag using jQuery and Power automate desktop?

I'm working on an html table with links where I keep on extracting data using standard and custom PAD/jQuery selectors. To loop through all the rows I basically extract the id of the link/anchor tag which has the row number needed. The issue is that…
jsbrcad
  • 33
  • 1
  • 7
0
votes
0 answers

Power Automate: Need to filter excel 1 with excel 2 and send email with filtered excel 1 as an attachment

So, abc@gmail.com should receive first 2 records from Excel 1; and xyz@gmail.com should receive last 2 records from Excel 1 in email as an attachment via Power Automate. I tried pulling both the excel as a list, but not able to filter it and send…
0
votes
3 answers

Power Automate Desktop & getting XML values

I been struggling to get data from xml file in Power Automate Desktop. I get XML files which contain multiple invoices and inside each invoice there is the invoice data:
1019526
0
votes
1 answer

Automate Python Script in Microsoft Power Automate

I tried to automate the python script in Microsoft Power Automate to run daily. The python Script is all about doing some enquiries from the newly received emails and fetching keywords and sending all of them as a new email. The Script is working…
Pravin
  • 241
  • 2
  • 14
0
votes
1 answer

Power Automate Desktop | Send Keystroke not working with ()

I'm using PowerAutomate Desktop with Keystroke which does data entry on a website using data from Excel sheets. It's working perfecting until an entry has (). I need to send keystroke and keep the curl brackets (). Any suggestions, please?