Search results

  1. K

    Send On Behalf of Outlook Operation

    Hi Team, I am trying to implement Send On Behalf of Outlook functionality in my process when am implementing that I came across a code which will resolve my issue Resolving Code: var application = new Application(); var mail = (_MailItem) application.CreateItem(OlItemType.olMailItem)...
  2. K

    Need Help in Regex expression

    Hi Team, I need a help in extracting an element from pdf which contains many details I have to extract the Salary amount Example pdf content: Line1: Salary : 45,658.302 Basic Salary: 23,000.54 Line2: Total Salary : 84,937.98 I have given the below regex ...
  3. K

    Add 7 days to a date

    Hi Team, I have a date and i would be adding 7 days to the existing date if the resultant date is a Sunday or Saturday or any holiday it should postpone the date to Monday or a consecutive date after Sunday or holiday. Thanks and Regards, Prasanth
  4. K

    How to extract table content from outlook into collection

    Hi Team, I would like to extract the table which is present in my outlook body and would like to feed to collection. Please suggest a possible approach to achieve this. Regards Prasanth
  5. K

    Extracting Values from Collection using Index Number

    Hi Team, I would like to extract the values from the Collection based upon the Index Number Ex: Collection1 { User Name, Password, Address} I would like to extract the User Name rows with the help of Index number, To be in brief if we want to extract User Name values we have to mention...
  6. K

    OpenOutlook Using Code Stage

    Hi Team, I am trying to Open the Outlook by running the ExcelMacro, but i would like to Open the Outlook Directly using the Code Stage. I have tried to Give the same code which i have provided in the Excel Macro into the Code Stage but it's not working for me could you guys please help me with...
  7. K

    how to extract the Values in Collection without field values but with current values?

    Hi Guys, I am using an operation "GetWorkbook as Collection" and am not setting up the collection fields and trying to extract the values with the help of a Loop but when i run the loop it's giving me the first value but not others what should i do to resolve that. Please find the attached...
  8. K

    How to Convert any of the Datatype value to String

    Hi Team, Is there any way to convert the datatype of Flab / Number / Byte /Time to String ? Please let me know if there is any function for this. Regards, Prasanth
  9. K

    European currency validation Issue IsNumber(21.345,00) should be true globally

    Hi Team, I got an issue in the Blue Prism i want to check the European currency it's reverse to the Indian formate dot'.' and Comma ',' are inverse in the European currency but when i try to validate the value by using IsNumber("Text") function it's not getting True. INR Value : 21,345.00...
  10. K

    Modify Collection Objecct

    Hi Team, I have taken an excel file with lots of data(approx 2000+ rows) into collection but i just need to keep the data in a specified format as explained below could you please help me in achieving this also i have to include another column called Priority which contains a Static value...
  11. K

    Is there any way to Import data items into empty collection with out excel ?

    I was trying to Launch an HTML page and trying to read the elements in the HTML and trying to store the values directly in the Collection but not to the excel is there any way for resolution. I have a way to store the values in the excel and then to Collection but I don't need that I want to...
  12. K

    Rightclick

    Hi Team , I got a problem when trying to download an excel file from Service Now or waypoint ticketing tool. To download the report from ticketing tool i need to right click on fitter icon and should click on download, after that a popup with download option will come I have to click on save...
Top