Product Forum
Get personalized help and advice from other SS&C Blue Prism users here.
cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

No one have experienced this

Hey. We have been using Chrome for a few weeks now and have had no issues, only a few times where we could spy any elements, but that solved itself. But today whenever I run a process through the Control Panel that uses Chrome and it opens a web p...

Google Workspace / Gmail automation

Hello,How do you automate work Gmail? I need Blue Prism to go to each email and download documents but there is no VBO like Outlook has. I found some Gmail API but don't know how effective that is, anyone experience to tell me how to use it? Thanks a...

Restart fails on *some* runtime resources

In order to restart my runtime resources every day, I have created a process that simply calls Utility - Environment Plus::Restart Machine to run during my daily maintenance. We recently upgraded to 6.10.3 and created an new environment as part of th...

Bp Travel process solution on Chrome browser

Has anyone successfully completed BP travel automation using Browser mode(chrome)? To automate BP travel (BP Travel - Log In (blueprism.com))I created an object --> Application type -  Browser mode( chrome), followed by spying the elements  like text...

23079.png 23080.png 23081.png 23082.png
manasab by Level 2
  • 373 Views
  • 2 replies
  • 0 likes

Blue Prism Excel VBO Get Worksheet Only Visible?

​How can I change this codestage for GetWorksheet to only get visibly values? To read only visible data how would this codestage look like? Dim ws as Object = _ GetWorksheet(handle, workbookname, worksheetname, False) ' Do we have a sheet? she...

Extract Digits from the text line

Hello, I've a use case where in i wanted to extract digits from the below sample text. Can someone help me to resolve this?   "CDH Investments Join $14.5M Round In Chinese Online Education Firm Longzhimen"   Thanks,

Running Python scripts via Code block

Hello,I have a use case where I need to excecute a python script. My question is if you need to have python onboarded or IronPython as this example uses:Code Stages (higherlogicdownload.s3-external-1.amazonaws.com) var py = Python.CreateEngine(); str...

22808.png

Spying Radio Button

Hi ,I spied the radio button in UI mode both Checked as well Unchecked, but while reading the Radio button with unchecked  element i got true value. Please Suggest is their any other method to spy and i already tried with surface Automation, but i di...

31851.png

Logout process often terminates

For the past few weeks, sometimes the logout process terminates on our schedules. This happens in different machines and is not continuous. I already increased the logs and check the event viewer and found nothing unusual. Does anyone had something s...

Resolved! Blue Prism Excel VBO Get Worksheet Only Visible?

Hi, Can the template Get Worksheet As Collection be altered so it only gets visible data? Dim ws as Object = _ GetWorksheet(handle, workbookname, worksheetname, False) ' Do we have a sheet? sheetexists = ws IsNot Nothing ' No sheet? No entry....

Get header & footer from each page in a word document.

Hi All,I have a requirement to extract header & footer from each page in a word document. The output can be in excel or collection -> Column A (page number), Column B (header), Column C (footer).These words are converted from PDF. So we want to get t...

Pending Session due to License limit

Hello team, We're facing an issue in one of our Blue Prism environment databases, which we have 21 license available, and something around 30 machines (resourcePC). And lately we are facing one of those resource with several pending sessions which ca...

cmd command to get status of Resource PC

Hi,I want to get the status details of the resource PC. So check the help tab of BP and found using "Busy" we get the status. But I am not able to understand how to use it.Can someone please help me with the complete command.C:\Program Files\Blue Pri...

Resolved! Blue Prism 7.0.1 Failing on function seperators

Hi community, I'm from Denmark, I have English language set on and using danish comma for seperating numbers. This means function seperators and number commas will be mixed up.Take this expression as an example: Mid([Item Data.CPR], 3, 2) -> Will fai...