Search results

  1. M

    : How do i filter multiple rows in Data Collection?

    Hi BluePrism Community, I have a collection with "n" rows I need to dynamically filter this collection(say I have 10 rows with column Key row1=1,row2=2...rown=n).So i have pass 1,2 it should create a collection with rows equal to row1 row2.Please provide me with example
  2. M

    Filter a collection with multiple values .

    Hi BluePrism Community, I have a requirement where I need to read filter keys from configuration file and then filter the collection.Please suggest how can I achieve in blueprism.
  3. M

    Read configuration file from bot and pass as parameter to the batch file.

    Hi Blueprism Community, I have a requirement where from bot I need to read the configuration file(say text file Config.txt)line by line and then pass this as parameters in one shot to a batch file.Please provide me with example. Config.txt Name=test port=8080 Header=headername
  4. M

    What is the process of deployment from Development to production in Blue Prism?

    Hi Blueprism Community, I need to move my blueprism developed script to production what is the good process is there any wiki or link as we are using this tool for the first time. Thanks, Manzur
  5. M

    Certification issue while posting a data to the secured URL.

    Hi Community, I am calling a secured(https) rest api to post some data .I am getting following error. Internal : Unexpected error Error during Web API HTTP Request Web Exception Status: TrustFailure I think we need to import a client certificate but not sure how to do that one.Please give me...
  6. M

    Passing arguments dynamically to the Start Process.

    Hi Community, I have a requirement where I need to read all the file names of a particular folder(This can be done by using Business Object=Utility-File Management && Action=Get Files) and then I have to pass each filename to the batch file (batch file is invoked using Business...
  7. M

    No element matched the query terms

    Hi Blue Prism Community, I always get this error while doing navigation through web form elements " No element matched the query terms" sometimes it will work some times it will not work. I have added a wait stage also but same issue .
  8. M

    Spying mutliple rows in a table.

    Hi BluePrism Team, I am attaching the screenshot please review it.I need to enter the values say in the sequence order date,order number, order total where each row represents one record my question is that should I need to spy all this input fields say there are 15 fields or is there any...
  9. M

    Extract key value pairs from Json .

    Hi Blueprism community , One help.I have some complex json .Can you help me to find regex pattern.I need to extract following key pairs value .I can use collection filtering of a Blueprism tool but in this case I should use multiple collection of fliter action to filter json. I should get...
  10. M

    Automate the web application by parsing json.

    Hi Blueprism community, One help I have some set of json files(say as of now 10 files) in a folder .I need to read all files and the contents of json files and I need to extract key and value pairs from each json and need to fill the web application(Which has fields to input ).I need to...
  11. M

    Reading only the selected column's from the collection

    H Blue Prism Community, I need your help .I have a requirement where I need to read only the selected column s(Say Key and Value)from the collection(Please check the screenshot Collection) and using this value I need auto fill the web form which has this fields(key and value pair for three...
  12. M

    I am getting following error "Could not execute code stage because exception thrown by code stage: Cannot create ActiveX component" .

    Hi Blue prism Community .I am getting following error "Could not execute code stage because exception thrown by code stage: Cannot create ActiveX component" when a "Create Instance" under "MS Excel VBO" is executed in bot.
Top