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

Power Automate - AD Module - Password Couldn't be set

Just trying to make basic flow that creates a user in Active Directory, managed to get connected to the server, however I am getting this error when using the "Create User" action. Correlation Id: 6928e489-caaa-41e6-a04e-881d1fde8536 Exception has…
0
votes
0 answers

Power Automate Desktop not identifying pdf forms elements

I am working on a process where I need to extract some data from some pdfs. The issue is that the pdfs were created with Adobe Livecycle Forms 8.2 so they have interactive elements such as checkbox, textbox, etc. Apparently Power Automate Desktop…
0
votes
0 answers

Microsoft Power Automate: Web Browser Automation Flow: Do all the UI elements need to be recaptured in a different desktop?

MS PA flow sharing is not offered for a free version but there is a work around to copy all the flows to a text, and pasting it into another desktop's PA environment. However, for web browser automation flows, it looks like all the UI elements that…
0
votes
1 answer

Update excel table using power automate

I am using power automate to add a row to a table on excel File located in share point using data from a query in azure dev ops. It works fine, it adds the data. However, I need to find a way to refresh the table and delete the previews rows and…
0
votes
1 answer

Invoking Power Automate Desktop bot using Web API

I am trying to invoke a Power Automate Desktop bot using web api, as per the instructions provided in the below article. https://learn.microsoft.com/en-us/power-automate/developer/desktop-flow-public-apis I created an App registration with…
0
votes
0 answers

Issues with Power Automate Flow Not Executing Actions After SharePoint Item Creation

I'm currently facing an issue with a workflow I've set up in Power Automate and was wondering if anyone could provide some assistance. The workflow is designed to function as follows: It's triggered when an item is created in my SharePoint…
0
votes
0 answers

Power automate desktop detect browser tab change

I want to monitor web activity using power automate desktop and do an action whenever the user changes browser tab. For the tab change detection part, I can insert some inline js to use Page Visibility API, but once I detect a tab change in js, how…
0
votes
0 answers

Return the number of key: value pairs in a Custom Object in Power Automate Desktop

I have JSON that I converted to a custom object. The JSON: { "customerId":"cust3456", "orderId":"or_4567", "numItems":8 } I've converted it to a custom object named, varsObject. I want to return the number of fields in the custom object. I can…
0
votes
0 answers

Filtering Excel sheet using power automate desktop recorder

How to filter columns in Excel using power automate desktop recorder New to power automate and not much of a programmer, so I thought to use the recording feature on power automate desktop to document how I complete my Excel reports. A crucial step…
0
votes
0 answers

Power Automate Logic, Comparing Two Integers

I'm working on a Power Automate Cloud Flow that sends an email reminders for users to reset their password. I am having problems with the logic. If # Days Prior to Expire < 1st reminder in days Then send email reminder Excel table columns: Power…
0
votes
0 answers

Power Automate how to handle multi line RegEx and data table issues

I have a couple of issues in Power Automate Desktop using regex (even after confirmation in regex101). In the parsed text below you can see the following information: 500 (Quantidade/Quantity) 9.999,99 (Valor/Value) IVA (S4) 0,0 % (IVA/Tax) I.B.A.N.…
Castella
  • 3
  • 1
  • 7
0
votes
1 answer

How to set expiration date "Today" on teams with POWER AUTOMATE

I want to set TEAMS status message automatically. So, I will use POWER AUTOMATE and using below method. But I don't know how to set expiration date, "TODAY" without any number. Please let me know how to set. Thank you.
0
votes
0 answers

how to consume a SOAP request with ssl certificate in Power Automate Desktop?

I am working with Power Automate Desktop Version. over there I have to make a SOAP svc request but this request need SSL certificate in the request. I am able to find out this SSL request in cloud version but there is no option with Desktop version…
Parveen
  • 652
  • 1
  • 9
  • 27
0
votes
1 answer

How to send a SQL query output as a mail using PowerAutomate and ADF

I have a task in which i want to send a SQL QUERY OUTPUT as mail body using Power Automate and ADF. i am creating a Lookup activity in ADF where i am passing my query as: select * from adventure table where Animals = 'Lion' and Jungle =…
0
votes
1 answer

Why list variable store only one value?

I created a loop with extract data from web page and store the data in list variable but this variable always contain one value, why is that ? WebAutomation.ExtractData.ExtractSingleValue BrowserInstance: Browser ExtractionParameters:…
zac
  • 4,495
  • 15
  • 62
  • 127
1 2
3
9 10