202 questions
Tooling
0
votes
1
replies
53
views
What database to choose?
I'm analysing a case that a data warehouse can be used instead of CRM - as a base that collect all information about customers, offers, invoices and soon.
I will scrape data from 3 already existing ...
-1
votes
2
answers
202
views
How to automaticaly switch between dashboards?
I would like to switch between dashboard in Power BI.
I prefer power bi desktop app, in power automate is it possible create an automatic workflow?
If power automate doesn't work there is another ...
0
votes
0
answers
38
views
send powerbi table via email to team managers
I have created a powerbi table as below. Using Power Automate, I would like to send an email to team managers so they can see only their team members only. Something more complex than this. Many ...
0
votes
0
answers
24
views
Using Power Automate to Page through List of Records
I'm using Power Automate Desktop to navigate through multiple pages of a list on an ASP.NET page. The number of pages available in the navigation go up to max of 10. If more than 10 pages, the ...
0
votes
0
answers
43
views
Getting connection error when trying to trigger desktop flow using API
I am trying to trigger desktop flow using API and getting error as below:-
User with object identifier 'xxxx-yyyy' does not have access to the connection 'abcdefr'
I have followed the steps mentioned ...
-1
votes
0
answers
131
views
Populate SAP text field element Action is not working in Power Automate Desktop Flow
I am using Power Automate Desktop flow to automate sale creation process.
Populate SAP text field element action is not working when i am trying to fill information in the table. I have crosschecked ...
3
votes
1
answer
551
views
Power Automate Desktop - convert json array into...anything?
I am building a PAD flow that uses an API call that outputs a json array.
Json sample:
{
"record_count": 110,
"reports": [
{
"id": 432,
...
3
votes
1
answer
83
views
How I can target this web element using xpath?
I have this element :
<a> < </a>
This CSS selector was working
a:contains('<')
But for learning I tried to use the following xpath but without success
//a[text()='<']
//a[...
0
votes
1
answer
304
views
Power Automate Flow to monitor shared mailbox & save the email attachment to local folder inside onpremises server
We have a shared mail box, and we need to get the emails received from a specific email address, then get the attachments inside the emails, and save them to local folder inside on-premises server's c ...
0
votes
1
answer
88
views
Power automate desktop - empty URI error for Get Emails(V3)
The desktop flow is designed to [ick up API info and then use the candidate ID from the email for further processing. pulling data via the API and feeding it into an excel sheet. The API part does not ...
0
votes
1
answer
220
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
49
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 ...
1
vote
1
answer
640
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
52
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
62
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 ...