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

Python with blue prism

Hi All,I am learning Python language and just curious to know, by any chance will python be useful in blue prism tool now or in near future.Or is it a right decision to learn a python instead of VB/C#. Please advice.------------------------------Akas...

How to read an email using MS Outlook VBO

Hi,I'm trying to read an email body contains information about Organization name, location, date and other fields using MS Outlook VBO.  I should extract the required information like Organization name, location, etc. It should all happen dynamically...

Outcome switching from VDIs to RDS?

Hello All,Need some thoughts/ experience on migrating from VDIs to RDS, would like to know how does this impact and where?Appreciate your idea/ thoughts/ sharing experience if you have any.Thank YouPraveen------------------------------PRAVEEN VEMULAR...

JSON to Collection Weid Dates Issue

​​Hi So we have come across a strange issue with JSON to Collection action not formatting some date/times correctly - date format is I believe called epoch (example of our date string being... \/Date(1555372800000)\/)Once we convert our string into a...

Built in APIs

Hi all, I'm very interested in knowing if is there any provided API-s by BluePrism, for example, Starting or stopping any process or whatever?------------------------------Ibrahim DemolliRPA DeveloperElba Technologies------------------------------

Resolved! Outlook VBO Strange thing noticed

Hello- I observed strange thing in using MS Outlook VBO that once unread mails are received in Collection and added to queue. Mails are getting replied in alphabetically manner not time wise manner. This is leading to late replying of mails specially...

Neel1 by MVP
  • 521 Views
  • 6 replies
  • 3 likes

Resolved! Someone else is working in "File.xlx" right now.

Hi All,As we are trying to open a file in shared drive using ms excel vbo,it's popping up Someone else is working in "File.xlsx" right now. Please try again later. while the file is opening in edit mode if done manually. and neither temp file is pres...

Sasank by Level 3
  • 322 Views
  • 1 replies
  • 0 likes

Data - OLEDB (Access 365)

Hello,I am trying to pull data from a built in Query in MS Access, I used "Data - OLEDB" actions (Configure, Open, Get Collection, Close Connection). It was working when we were on Windows 7 operating system and older version of MS Office. We recentl...

Blueprism Resource Available

Hello,Is it possible to find out which resource is free at the moment by a BOT maybe using some commands in command prompt or any other way to find out available resources in a environment.Thanks------------------------------Chandan Raju-------------...

inconsistent behaviour in unattended mode

Hi,We're trying to automate a sequence of tasks in a web based application.one of the task involves, placing the call from application.What we're doing,1. writing a set of number in text box2. sending 'TAB' using 'global send key event' to go to 'pla...

Collections

Hello everyone, I have a process where a need to manipulate a collection whit more than 100k rows. I would like to know if, during running time, is faster to use the colletion in other pages of my process through Input/Output or without hiding from ...

C# Regex not working on Code Stage

Hi guys,I have a code stage that is not working on BP. Basically is not matching my string.The code is //Match m = Regex.Match(Target_String,Regex_Pattern, RegexOptions.IgnoreCase);var m = Regex.Match(Target_String, Regex_Pattern);try { if (m.Success...

Anonymous by Not applicable
  • 202 Views
  • 1 replies
  • 0 likes

Bot terminated frequently

HI All,I am running the bot from scheduler in lower env,suddenly bot got terminated and went to connection lost.I checked the session logs, and it showing the error : "Could not execute the code stage because exception thrown by code stage:operation ...