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

Resolved! How to read names of pdf's in a folder ?

Hi,I need the bot to do following -1. Go to folder location.2. Open folder3. Read names of documents/pdf's that are placed in a folder.4. Store names of documents/pdf's in a collection.Is that possible. Please suggest how can this be achieved ?Placin...

18412.png

Resolved! RR is stuck in Pending.

Hi, Community.Can anyone explain the following situation? Why and when this is happening and how to resolve this?RR is in an idle state with its session pending but no current session is visible in Control Room.No schedule is registered in time table...

13606.png

Spy or parse HTML?

Hello All,I am new to the community and just getting my feet wet in the Blue Prism space. I managed to complete the Foundation Training and I have been working on implementing an RPA solution and have come across a snag.I had a look at one of the thr...

Resolved! Tag Item

So Tag Item Filter is not case sensitive?  ------------------------------Sanaa Fallah------------------------------

31133.png
Anonymous by Not applicable
  • 650 Views
  • 3 replies
  • 1 likes

Resolved! Blue Prism License

Hi,I wanted to know if I can use multiple runtime resources having only a single license if the runtime resources will not run concurrently. For eg, Imagine I have only one license, but I have installed Runtime Resources on five servers. I have five ...

Object name change - updating references

Hi there,  I work on a team that is scaling up rather quickly, and we are trying to get our object library in order so it is easy to navigate (and audit). We have many poorly named objects that were created when we were just standing up our automati...

How to convert Excel to csv

Can you please share the information about how to convert excel to csv in blue prism. i am trying this from many days but unable to do comment your answer if anyone know how to this i run a best digital marketing agency so i need to know this -------...

Resolved! convert json to Excel/CSV

Hi Community I am using HTTP advanced utility to POST a requestAs a result I am getting json data. I wanted to check if we have any utility which will export this JSON data in csv format/excel format(rows and columns).Thanks--------------------------...

Blue prism closing abruptly.

Hi,i am using unmanaged dll(which is written in c++ language) in code stage, when i call a example method from unmanaged dll and if any exception throws from unmanaged dll blue prism closing abruptly even though handled exception in code stage how ca...

iText7 - Cannot load license file

I've a trial license for iText7 and need to load the license file using this code: string path = @"<path to JSON file>"; System.IO.FileInfo file = new System.IO.FileInfo(path); LicenseKey.LoadLicenseFile(file);​ I can successfully do this in Visual S...

Environment Variable Extract

How can I extract environment variables to excel or some sort of file? I have lot of env variable and need to log them in documentation. Any easy way to extract the list from blue prism? Thanks in advance.------------------------------Harshil MehtaSo...

Decipher Autocalculate

Hi,I have a following challenge:1. an invoice can be in EUR or USD currency2. if the currency is EUR I want a particular field to have a certain value - No VAT3. If the currency is USD I want the same field to have different value - 21The issue is th...

Importing CSV

Hi everyone! I want to Import text to Excel...And I do it with the action "Import CSV",but it doesn't catch me the values that starts with 0.For example in txt file is "0023456789"  whereas when I run the "Import  CSV"  it is "23456789" What do I hav...