Recent content by oleander

  1. O

    How to send a local file to Jira using API and form-data in BluePrism

    Hello everyone, I am trying to send a local file on my Jira profile. It's working with postman where I can specify everything including my file in Body as form-data. How can I achieve the same result in BluePrism? Is it possible to specify this form-data somehow? Currently, I am only able...
  2. O

    How to format nested collection in Blue Prism

    Hello, I am retrieving some information with Blue Prism from one API, and I receive a collection as the output. The problem is that I do not want my collection to look like this. I want to receive one collection with one row where I will have all of the employees listed, not 1 employee per 1...
  3. O

    How to calculate/convert text date times?

    Hello everyone, is it possible to calculate text dates? Or to remove just the rest of my text (12:00:00 AM)? I need to calculate days of leave. I have two data items and I must subtract one from another. For example 11/3/2017 12:00:00 AM - 3/31/2017 12:00:00 AM. How can I do this? So far I've...
  4. O

    Blueprism How to use one object in my main object?

    Hello, I'm using Blueprism and I have to create a robot for a web application. So far I've had all of my subpages spied in one object, but now I must split that object into 5 different objects, each object for one subpage for example : Now I got this : Web App - Object and I must split it into...
  5. O

    How to write a collection in MS WORD VBO

    Hello, I've got one problem. I need to write my collection which contains 50 rows into my MS Word file. How can I do it? I've checked that there is an action named Type Text, but it is only for text type, not for a collection. Could you please give me some advice ? Best regards
Top