Recent content by susheel.perugu

  1. S

    Selecting items from dropdown in a webpage

    Hi VJR, Thank you for your reply. however i am getting an error with it as the following Internal : Failed To perform Step 1 In Navigate Stage 'Select item - shared reports' on page 'select Report Dropdown menue' - No child item exists with the specified text kindly let me know to solve it...
  2. S

    Selecting items from dropdown in a webpage

    Hello everyone, Can you explain me how to select a particular item from a dropdown menu in a webpage. Thank you best regards, Susheel
  3. S

    send message with attachment of complete folder contents

    Thank you for the information VJR :)
  4. S

    error while sending mail (unable to connect remote server)

    Hello everyone, Could you help me out to resolve an issue with sending a mail using Email POP3 SMTP business object. i am getting the following error- " Failure sending mail. unable to connect to the remote server". however, if i am changing to other wifi network , the mail is successfully...
  5. S

    send message with attachment of complete folder contents

    Hi VJR, Thanks for your reply. how can i add the path through BP actions. i wanted to add all the files in a folder to attach in email. currently i am doing manually, adding all the file paths in collection. i am looking for an easy alternative. please suggest me if you have any other...
  6. S

    Best Automation tool for OCR function

    Dear all, can anyone give the information about choosing best automation tool for OCR scan. I need to scan pdf documents, which also include hand written pages. I have to extract data from those documents. can you please suggest me which RPA tool is best for this purpose. Thank you...
  7. S

    illegal charecters in the path

    Thank you for the suggestion VJR, i will try it.
  8. S

    send message with attachment of complete folder contents

    Dear all, can anyone explain me how to send an email using Email POP3 SMPT business object. i need to attach the mail with all the contents of a folder. i am not able to select all the files in the folder to send as attachments.
  9. S

    illegal charecters in the path

    Hi VJR, Thanks for the info. i have resolved the issue by using code stage. dim DateString as string DateString = Date.Today.ToString("dd-MM-yyyy") FileNameTemp = FileName & DateString &".bmp" i used FileNameTemp as sting output data. its working now.
  10. S

    illegal charecters in the path

    hello everyone, I wanted to save a file using code stage. with a variable (date) in the file name . however, i am getting an error as illegal charecters in the path. following is the file path i have given. "C:\Users\susheel\RPA BluePrism Works\statistics__"& [date] &".bmp" can someone...
  11. S

    Delete files of Utility File management

    Hi VJR, Thank you. its working now.
  12. S

    Delete files of Utility File management

    Hello everyone, can you assist me to delete files from a folder using File management utility. I am trying to delete all files in a folder using 'Delete files ' action of Utility-File management Business object. i gave the folder path in the input value to Folder. however, i have no idea...
  13. S

    global variables

    Hi VJR, Thank you for your reply. it helped me :)
  14. S

    global variables

    Hello everyone, can you please tell me if i can declare a global variable in blueprism. similar to c++ or any other programming language. the global variable can be an integer (for a counter) or a text field. and how can i use it (if its integer) in a for loop or if condition. i am trying...
  15. S

    Solved Email POP, send message with attachment

    Hi VJR, Thank you for your reply. the problem is resolved. I should give the path without quotes.
Top