Search code examples
blueprism

RPA Blueprism input collection in process studio action stage


Trying to parameterize a hotel booking page where we need to enter check in, check out details etc. I created a page in object studio with various action/navigation stages for that web page. Now I need to call that object in process and loop it with input collection. When I am calling that object studio page in process studio action stage, I can select my object and action from dropdown, but under inputs tab not getting any row to drag and drop the input collection that I have created, how to do this ?


Solution

  • Seems you should go take Blue Prism tutorial on their homepage, as this very basic, it's how to call another process/Business object.

    Short description:

    1. Create a process which is your main.
    2. Create your functionality in a Business object.
    3. From your process you will pull in an 'Action' block and find your business object in the drop down.
    4. When it comes to input/output. Click on Start/End to create the Input/Output you need.

    Hope this was helpful.