Recent content by Dinesh Chandwani

  1. D

    How to migrate Blue Prism projects to UiPath?

    How to migrate Blue Prism projects to UiPath?
  2. D

    Web API: Unable to send Parameters.

    Thanks @sahil_raina_91 for replying, I have some what tried to use your method. I am taking all data into a collection and using that collection calling HTTP Requests. However I am getting below error message {"result":{"status":"Error","statusMessage":"Task number is empty. Task update...
  3. D

    Web API: Unable to send Parameters.

    Hi All, By using POST method I am performing a task, below is it's body content: { "taskNumber":"SCTASkXXXXX", "taskState":"Closed Complete", "workNotes":"User Added.", "comments":"", "closeNotes":"Task closure done." } Now issue is, value of taskNumber needs to be changed...
  4. D

    JSONPath defined for the output parameter returning blank values.

    Hello Everyone, I have defined a Jason Path to extract some values , however Data Item is getting blank when process runs. I am getting the output as Response Content but getting blank using Jason Path. Please let me know if anyone can help.
  5. D

    How to get logs of each stage in an object of any process?

    Hi @Manikanta , Thanks for the reply. Actually I require to see each stage of an object process go through while running. Like we can see log of each stage of a process from control room by right click and view logs.
  6. D

    How to get logs of each stage in an object of any process?

    Hi Team, In my process I need to see logs of each stage of an object. From control room I could see my process calls on object, it also shows if there is any error strikes in that object. However I need to see each stage it covered in that object. Any suggestion is appreciated. Thanks
  7. D

    How to use API in BluePrism?

    Many Thanks!!!!!
  8. D

    How to use API in BluePrism?

    Hi Animesh, How will I find API of a particular web application I am using. Do I have to create one?
  9. D

    How to use API in BluePrism?

    Thanks for the Help!!!
  10. D

    How to use API in BluePrism?

    Hi, How can we access any application though its API using BluePrism? Thanks Dinesh
  11. D

    RPA: Getting Error while using OEDB Utility

    I am getting below error message while working on OLEDB utility. Thanks! in Advance
  12. D

    Collection in BluePrism

    Hi, I am using Collection stage to get values from an excel sheet which contains large volume of data. However data in collection is fetching incorrectly, some of the values from one column are shifting to another column and failing my logic. How can I get it fixed? Any help would be...
  13. D

    How can we delete rows of an excel without using Collections?

    How can we delete rows of an excel without using Collections?
  14. D

    Can we paste data from one excel into other with keeping source file format?

    Hi, Can we paste data from one excel into other with keeping source file format? Thanks in Advance!!!!!
  15. D

    How to Download an excel sheet extracted from a web application?

    Hi , I need to download an extracted excel sheet while working on a web application in Internet Explorer. As unlike Google Chrome IE doesn't downloads automatically. Any help would be Appreciated!!!!!!
Top