Recent content by Sanjiv

  1. S

    issue in running Google Vision API using BP Tool

    @praveen4018 - Creating credential at Credential manager was little different here and my issue was due to this only. So, OAuth 2.0 (JWT Bearer Token)" must be selected as a "Type" while creating credential.(normally we have general selected in credential manager) and and will be named...
  2. S

    Please help if any job opening for RPA-Blueprism, 4Y Exp (Pune)

    @nbargaje , you can look in ADP if you have really good experience in BP :)
  3. S

    Read Data from SAP

    @Shweta if I understood your question better spy the whole data as table i.e while spying you will get element type as SAP Table and store the data in collection. Now to get the data HOP = ABC Site = DEF .. like this. Use action Split text in Utility sting and in input for split character pass...
  4. S

    Read Data from SAP

    @Sachin_Kharmale ,if it is web based application , follow the steps accordingly 1. If whole data coming as one table , spy the whole data in one from html spy mode. 2. Use the Read action and selection Get Table.(Output will be in collection) 3. And use action Utility String or Select Text in...
  5. S

    Read Data from SAP

    @Shweta , if it is web based application spy the whole data in html mode and use Get table in read action then use string manipulation to extract data according to your requirement. Please mention the nature of UI if my answer is not feasible your question.
  6. S

    How to attach already opened excel?

    @Harish 17 , in utility ms excel vbo there is action to attach open excel and use get collection as fast to retrieve data from collection. Might help you :)
  7. S

    difficulty spying fields

    ensure that your browser zoom level is set to 100% and if the issue still is not resolved Right click on Blue Prism App - then go to Properties -Compatibility - select Change high DPI settings-In the pop-up panel, check the option Override high DPI scaling behavior.
  8. S

    issue in running Google Vision API using BP Tool

    @luke.ruben , attachment error seems that you did not created key before making credential in System. Steps to Create key in Blue prism Go to system - security - Encryptions Scheme - New.
  9. S

    issue in running Google Vision API using BP Tool

    HI kattapug, sorry, i forgot to mention issuer which is the email listed IAM Section of Google Cloud Platform -> Service Accounts. Second, don't use double quotes for credential " ". In Key i used = , please check once by keeping it and again removing it. for e.g. -----BEGIN PRIVATE...
  10. S

    Send Keys in Excel

    FYI
  11. S

    Send Keys in Excel

    To refresh pivot table according to me better use vb code.(working) First, SAVE utility MS EXCEL VBO AS MS EXCEL VBO EXTENTED OR TEST. Then follow the steps of attached file.
  12. S

    issue in running Google Vision API using BP Tool

    @kattapug - now its working for me. So, First create service account in Google Vision API as documented in Digital assets.(Please be prepare to add credit card details as it asks while making service account in Google and it will deduct Rs2, I guess for me :)) Second, Creating credential at...
  13. S

    Solved Get Excel sheet (xlsx) with Chinese characters as a collection

    Use OLEDB To read excel which has Chinese data. Its working for me.
  14. S

    ABBYY FLEXICAPTURE 12

    Hi Sukesh, followed the above mentioned step given by you but still not able to connect with Abbyy. Can you please elaborate it more?
  15. S

    How to click on ribbon tab of excel for eg. Add-ins or smart view tab using vb code?

    How to click on ribbon tab of excel for eg. Add-ins or smart view tab using vb code?(Blue Prsm tool) Please help me if its possible using vb code. Thanks in advance
Top