Search results

  1. S

    Proxy Authentication

    Hey, Looking to call ServiceNow APIs from Blue Prism. Calling these from Blue Prism resulted in the following: HTTP Error Code 407 means "Proxy Authentication Required" Blue Prism Support suggested that this error indicates that the client must first authenticate itself with the proxy. After...
  2. S

    ServiceNow API Call

    Hey, I'm working on integrating BP with ServiceNow APIs, but unfortunately getting the same error no matter what method I try. I've put together a simple API call for now https://XYZdev.service-now.com/api/now/table/x_baoq_boq_robotic_internet_account_opening?sysparm_limit=1. This works fine...
  3. S

    Embedding Image In Email Using MS Outlook VBO

    Hi, Doing some work with Outlook and looking into embedding an image in the email body using the MS Outlook VBO. All works fine when sending emails to Outlook accounts. However, when sending to a Gmail account, this fails as no image is showing in the email body Message Is HTML Flag is set...
  4. S

    Get notifications if a BP process fails to start

    Hey, When a blue prism process fails to start from the scheduler, it can become very frustrating especially when there are many processes to monitor. e.g Task: xxxx Process threw an exception: Resource xxxx is offline - retried 10 times or Task: xxxx - Session creation failed on resource...
  5. S

    Code Stage To update Collection value

    Hi, Im trying to use a code stage to loop through a collection i have that contains one column. With each iteration the value in each row in will be updated. So far i have an input collection in my code stage(input_collection) . This collection contains one column with 1000's of rows. These...
Top