Recent content by Johan

  1. J

    Blue prism - adding "inner collection"

    @Johnyhcao This actually works for me, as a work-around to the actual problem. Thanks. I would still like to use the definition of the original FruitOwner.Fruits instead of creating a new collection by hand. The reason being that my actual collection is generated from a web service. The inner...
  2. J

    Blue prism - adding "inner collection"

    @VJR I have tried Fruits and FruitOwner.Fruits. None of them works.
  3. J

    Blue prism - adding "inner collection"

    I have a collection of collections "Fruit owner" containing "Fruits". Adding "Fruit owner" rows is straight forward (first action and multi calc) But how do I add rows to the inner collection "Fruits"? (second action and multi calc) I am guessing this is just a syntax problem? What am...
  4. J

    SOAP Web service, create request XML in Blue Prism

    I am trying to create the request XML for a SOAP webservice in Blue Prism. Background: I have created the business object in Blue Prism and have created a Collection using the "Import Fields" function. What I get is a Collection of Collections that represents the SOAP request-xml. Quick and...
Top