214 questions
-1
votes
0
answers
37
views
is there an alternative to patch? [closed]
ForAll(ProjectCollection,
Collect(
'[KenFin_AgencyTest].[tb_agency_Requests_test]',
{
ProjectName: ThisRecord.ProjectName,
ProjectNumber: ThisRecord....
0
votes
1
answer
51
views
Power Automate running query against Power BI data set error
I'm querying a Power BI dataset using Power Automate.
The query works fine - but when I check if the length of output is >0 (so I can determine whether to send a notification email or not), I ...
0
votes
0
answers
35
views
Unable see the html in the inspect element
My organization has a BPA application that runs on Microsoft Edge. I was thinking of automating something on this application using Power Automate Desktop. But when I tried to add a UI element, Power ...
0
votes
1
answer
65
views
Power Automate Desktop: "The untyped object argument to the 'Text' function has an incorrect type" error
I am creating a flow in Microsoft Power Automate Desktop that retrieves the weather information for a user-specified city. The flow prompts the user to enter a city, then opens Google Search to get ...
-1
votes
1
answer
29
views
How to automate date in Treeitem checkbox in a Web Portal
I am trying to automate a process where, I should login to a portal, select few options and select the date check box for a particular month(Previous month) and download the report.
The date field is ...
0
votes
0
answers
27
views
What actions in Power Automate Desktop can be used to fill row colour in Excel?
I am very new to Power Automate Desktop. I tried launching an Excel (not a blank file) and inserting a new row in the Excel. However, the new inserted row has colour in it. I want to change the colour ...
0
votes
0
answers
26
views
Windows Power Automate - Using wildcards to indicate "any number of nested web elements" before selecting an element by id
I'm trying to automate something on a web page where multiple elements will need to be clicked, selected, filled, etc. I've figured out that Power Automate requires the full nested element path down ...
0
votes
0
answers
175
views
How to Run Excel VBA Macros with Power Automate without logging into Windows
I currently have several Excel VBA macros that open the desktop Outlook application, download specific files from received emails in certain email accounts, perform operations, and send an email back.
...
0
votes
0
answers
33
views
Unable to Navigate to URL from Excel DataRow in Power Automate Desktop
I'm currently working on a flow using Power Automate Desktop, and I'm encountering an issue accessing a URL from an Excel DataRow.
Here's the scenario. I've successfully read data from an Excel ...
0
votes
0
answers
56
views
Issue with % in strings on Power Automate Desktop
I'm trying to set up an SQL connection in Power Automate Desktop (PAD) using the "Open SQL Connection" action, but I’m facing a syntax error when defining the password in the connection ...
0
votes
1
answer
69
views
Power Automate Custom Form Capture Form Input
I have simple power automate Custom Form and I am trying to capture Input data in form via message box and I am not getting correct value. Can someone please help me what am I doing wrong ?
Below are ...
0
votes
0
answers
263
views
Running Python in Power Automate Desktop
I'm testing out PA for desktop flows for Python scripts and encountered an error when loading modules. I would like to run Python script and return the output to PA variable. When I'm trying to load ...
0
votes
0
answers
134
views
Power Automate Desktop - Action time out?
hi fellow RPA enthusiast,
in Power Automate Desktop, is there a way to set a timeout for one single action?
Or alternatively, is it possible to set a single action to run only for a limited amount of ...
0
votes
0
answers
117
views
PowerAutomate Desktop - Run Excel with Macro and deal with MsgBox from macro
currently I am in a bit of a confusion. I have this Power Automate Desktop flow that is opening excel instance and running macro script from an action called "Run Excel macro"
Everything run ...
0
votes
1
answer
53
views
Power Automate Desktop - import azure.storage.blob for Python 2.7/3.4
I am trying to perform the import of the azure.storage.blob module into a python script defined within the “Run Python Script” activity of Power Automate Desktop.
# Python 2.7 code
from azure.storage....