Recent content by anjali

  1. A

    Moving Email from Shared Inbox to nested subfolders

    I checked and it isn't working with Folder\Subfolder\Subfolder A
  2. A

    Moving Email from Shared Inbox to nested subfolders

    I tried using Subfolder A\Subfolder B , it does break the folder and get into Subfolder B , but while using item.Move (folder ) , it gives an error
  3. A

    BluePrim Cannot Recognize Font - Read Text with OCR

    Thank you , am using surface automation to recognize font on an application . And the requirement is to read through OCR
  4. A

    Hi Karan , Is shared inbox working for you ? Am trying to move email of sharedinbox to...

    Hi Karan , Is shared inbox working for you ? Am trying to move email of sharedinbox to subfolders but its giving error "object reference not set " . Can you share the solution for this please.
  5. A

    BluePrim Cannot Recognize Font - Read Text with OCR

    I tried reading values with OCR , its reading correctly but for few characters its not recognizing . Please check some of the examples which we faced so far. Example : Instead of " GLDLAZD" BOT read as "GLDI_AZD| " Instead of "LSVMNWWV" Bot read as "LSVM NWWV" --- Temporary fix replaced " "...
  6. A

    Surface automation: Blue Prism cannot recognise Fonts.

    Hi , did you find solution to this issue ?
  7. A

    Surface automation: Blue Prism cannot recognise Fonts.

    Did you find any solution to this issue . Am reading text through OCR , its working fine but the only character its not identifying correctly is "I" and "L"
  8. A

    converting a data item (removing currency sign)

    More reliable solution will be to create a regular expression where you pickup only digits from a given string . It will ignore all the currency symbol (£,$, etc)
  9. A

    Moving Email from Shared Inbox to nested subfolders

    I will try and get back to you on this , I have written a piece of code for this
  10. A

    Moving Email from Shared Inbox to nested subfolders

    Does this mean for a hierarchy , I will have to move to subfolder and from there to another subfolder . In the attached screenshot from my Inbox I need to move email to folder "Documents" . But with mailObject.Move(SubfolderObject) I can only move my mails from Inbox to BBH , not to Documents...
  11. A

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

    That could be probably because one of the references for libraries might be missing . When you test and execute code(not in run mode) does it show an error ?
  12. A

    Moving Email from Shared Inbox to nested subfolders

    Hi , Am looking for a functionality : To move my current email from shared Inbox to the nested subfolder . Here based on region name I need to move email (from Inbox) to the respective RegionName folder(RegionName2) . Hierarchy is Inbox | Region | RegionName1...
  13. A

    RPA questionnaire

    I think below questions can help to gather the requirement : * Is the input in a structured format or not * Is there any alternative way of performing the x-step of the process * The underlying application should be stable * Is it a back-office or front office process * Do you need to get...
  14. A

    Date Field changes to YYYY-MM-DD format automatically

    Hi , You can use the below code to get the date in a required date format, in case none of the above is working . It will surely give the date as per your requirement string GetDate= Convert.ToDateTime("<your-datetime").ToString("MM-DD-YYYY "); You can use the ToString function to pass the...
  15. A

    Utility - File Management - Get Files

    I just tried running it on my machine and i also tried calling the same action 4-5 times ,its giving the correct data . You can check the code stage . Else try placing the file in the other workflow folder to check if the problem resolves . The calling action should be like the attached jpg.
Top