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

Run MAcro - How to give the file path dynamic in VBA Code

Hello everyone,I have recorded the excel macro for pivot table exceution. In that macro code, the filepath was also recorded which i am referring the workbook file. But i need a dynamic file path to excute a macro for this pivot table.Can anyone help...

mail.send is not accepting HTML/ CSS code

I have copied the (HTML) source code from a received email just to have the template/format of that email, and this is the error message that I am receiveing when running the API: Internal : Unexpected error Error during Web API HTTP Request HTTP Sta...

Bot Going Offline in control room

Bot is going offline. Login Agent is configured fine, and the bot works perfectly fine most of the time. But few of the bots go to offline state often. Login agent config and startup.bat file, configured fine (using 8181 port). The pattern we see are...

Running my process on an Ad Hoc basis

Hello guys!My process is finished but we've had a request to have it run on an AdHoc basis.Basically, there's spreadsheet that is maintained, and the process looks for this spreadsheet, gathers the data and processes it.The problem is, this isn't goi...

MS Outlook VBO

Hi,The latest version of MS Outlook VBO present on DX portal is - digitalexchange.blueprism.com/dx/entry/9648/solution/ms-outlookvblue-prism-utility. I have few questions on the same -1) Is there any further update to this VBO with BP 6.9?2) The link...

Global Send Keys - Page Down

Hi,   I need to use global send keys (unless you have another idea) to scroll down on a website. My issue is that this particular website requires that we type in a mailing zip code to populate the address fields. I am able to use global send keys ...

Resolved! MapiEx vs Outlook VBO

Hi,I have to perform various actions on mail like - Get emails in a folder, Read Subject/Body, Download attachment, get From and CC details, Mark email as read, move to a different folder etc. Please suggest which will be better VBO for this - Mapiex...

Isuue Regarding Login Agent

We are using Is Logged In action from Log In VBO to check if bot is logged in the VDI or not, this action was always returning True value on our development Machine, But this action Doesn't works on Client VDI it is always returning false. We are us...

Resolved! Pass output from BO to Process

Hi, I am in training and struggling to pass the output which is an order ref number from the business object to the process.  I'm not sure how to get it from A to B.  Also how would I collect multiple ref number, my assumption is to somehow pass it f...

HTTP Request - PowerAutomate trigger

Hi,Im trying to send a simple HTTP POST request to a Power Automate trigger. I'm using the BP Utility 'HTTP Request - POST', with the URL provided by PowerAutomate. However, when I try and run it, I get the following error : "HTTP Error 411. The requ...

15692.png
SebT by Level 4
  • 377 Views
  • 1 replies
  • 0 likes

Resolved! Create timestamp including milliseconds

Hello!I am trying to create a timestamp including milliseconds with the following expression:FormatDateTime(Now(), "yyyy_MM_dd_hh_mm_ss_fff")According to the Dot.Net documentation (https://docs.microsoft.com/de-de/dotnet/standard/base-types/custom-da...

BluePrism: Create timestamp including milliseconds

I am trying to create a timestamp including milliseconds in BluePrism using a Calculation step with the following expression: FormatDateTime(Now(), "yyyy_MM_dd_hh_mm_ss_fff") According to the BluePrism documentation, Now() returns current date and t...