Recent content by wildCat

  1. W

    BP restricted tags

    Hej Kamil, For tags - max length is 255 and semicolon is forbidden, there is no other restrictions. Pozdro :)
  2. W

    How to save email using mapiex

    You can install newer version on a machine and get the vbo, another option is to search blue prism portal forum, someone have attached it to a post.
  3. W

    Solved SAP Gui Component not found

    Regex unfortunately does not work for SAP elements :(
  4. W

    How to save email using mapiex

    There is no way to do that using mapiex. Please check the ms outlook vbo ;)
  5. W

    Difference dates

    It is impossible to get output as you wrote substracting dates. What do you want to achieve with this calculation?
  6. W

    Set Session Variable From Another Process

    Probably to do that you will need access to database to check current values of your variable. Maybe instead of checking session variable, something simpler i.e. checking if a txt file exists, which would be generated by the second process? Or maybe using environment locks?
  7. W

    CreateObject - Excel - Error

    Hi All, I came across following issue, I'm not able to create an excel instance using BluePrism. The create instance action hangs for a while and returns error message: Cannot create ActiveX component I checked if the 'CreateObject' function generally works with simple VBS and the Excel was...
  8. W

    Get XML sent to WebService

    Hi all, thanks for your help in this topic. The main point in our issue was, that we have had sent requests to the wrong endpoint, which was provided by the busniess. Using Fiddler and SOAP UI we were able to get it right. Topic can be mark as solved.
  9. W

    Get XML sent to WebService

    Hi @sivagelli I'm coming back after while I wasn't able to use HTTP request object to send request to WebService. I have tried GET and POST method but unsuccessful... I think the issue is I'm calling the WSDL file and haven't found any simple example how to send request to it. Probably it...
  10. W

    Exit from a loop

    Hi CamiCat, In BP there is no command like 'exit for'. If you want to exit loop just connect your decision with 'update count last' stage. When the process will go through second loop once again, counting starts from first row. Best, w
  11. W

    SQL - can't convert system.guid

    Thanks @sivagelli for the advice. It works! The issue was not the NULL values, but unique id's Solved.
  12. W

    SQL - can't convert system.guid

    Hi, when I try to use SQL VBO and Get Collection action, i'm receving following error: Unexpected error can't convert system.guid to a blue prism data type I think it's releated to NULL values within database, I read some post on stack, but didn't find any solution for that issue. Have any of...
  13. W

    Get XML sent to WebService

    Webservice is added to the BP and I see functions as object actions. Some of actions work other don't, we check the webservice logs to see XML which was sent and some mandatory parameters were empty... If we would know, what exactly BP sent will help us create proper input for WS.
  14. W

    Get XML sent to WebService

    Hi Everyone, does any of you know, how to get xml request, which is sent by BluePrism to connected external WebService? Unfortunately we are receving an error wich is probably coused related to wrong/missing paramters in XML file. I appreciate any bit of advice, Many thank in advance, Best. w
  15. W

    how to red the data from dynamic rows and columns not fixed in the webpage/html

    As is wrote in Browser Automation Guide, the solution will depends from the page structure. But try to map one of fields and use read stage with get table.
Top