712 questions
Tooling
0
votes
1
replies
46
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 ...
0
votes
0
answers
28
views
How can I run multiple XAML workflows in parallel in RPA while ensuring that the UI-related tasks execute sequentially
I am using a web activity in my RPA workflow that takes 5 minutes to complete. Since my workflow is sequential, if 3 people use the same flow, it takes 15 minutes in total. I want to reduce the ...
1
vote
1
answer
588
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
51
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
1
answer
151
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....
3
votes
2
answers
58
views
Basic example of Selenium in C# error ElementDictionary (Parameter 'The specified dictionary does not contain an element reference')
I requested ChatGPT to generate a C# code using Selenium to access a webpage and retrieve an element's value.
After attempting this with LinkedIn and Medium pages and encountering errors, I simplified ...
0
votes
1
answer
83
views
Embed the robot screenshot to the receipt PDF file in RPA
I am unable to find perfect solution.
How i can embed screenshot to pdf while doing automation in RPA. I have tried different packages to do so but fails.
def embed_screenshot_to_receipt(oN):
...
0
votes
0
answers
37
views
openRPA codebase function that responsible for converting element to xaml
I'm new to this group, so please let me know if I'm not following any community rules. I'm currently exploring the OpenRPA codebase to find the specific source or function responsible for converting ...
1
vote
1
answer
296
views
UI Path Studio unable to click Follow button in Child Browser
using UI Path studio created a automation script but i found even after using App / browser activity ,Studio unable to click on follow button in child browser ,how to resolve it ,please see the ...
1
vote
1
answer
65
views
Identifying a specific email sender
At work I need the following script/automation using Python:
Read the subject and content of an email in Outlook to check if a request has been confirmed.
If the request has not been confirmed, reply ...
1
vote
0
answers
31
views
Robotic Process Automation on iOS device, some operations are not supported by Shortcuts
The iPhone is unlocked, and developer mode is enable, so that I'd like to do some complex and repetitive operations that are not supported by Shortcuts, Is it possible to do these things by swift code?...
0
votes
1
answer
256
views
Is there any way to call APIs using RPA through the OpenRPA app/framework
Calling APIs through a RPA flow is the primary problem as I am exploring OpenRPA and it does not have an innate functionality to call APIs.
I have been exploring RPA through OpenRPA to automate a few ...
1
vote
0
answers
47
views
Why is PDF text extraction not working properly?
I am currently encountering the following problem. I am using the PDF Management VBO and use it to extract text from a pdf. For this i am using an action stage and save the text to a data item. When i ...
0
votes
2
answers
122
views
Webdriver RecursionError: maximum recursion depth exceeded while calling a Python object
I'm starting a web scraping project and I need to setup a driver. I'm doing it like this:
import logging
import requests
from selenium import webdriver
from webdriver_manager.chrome import ...
0
votes
2
answers
101
views
ImportError: cannot import name 'cache' from 'RPA.core.webdriver'
I am creating a webscraper and the idea is to use Selenium, Robocorp and VSCode altogether.
I understand that Robocorp already has a file YAML that contains de dependencies of the code, but my doubt ...