Search results

  1. D

    Outlook Mail to find a particular mail based on a text in the Subject

    I am new to Blue Prism. I am working on a bot where the requirement is to search for an email in Outlook based on a text in the Subject. I am using VBO MAPIEx. I used 2 of its actions - "GetMail" and "List Mails within Date and Time". "Get Mail" is only reading the first mail from Outlook even...
  2. D

    Need help in automating a process using Email - POP3/SMTP.

    yes it will Thanks Sukesh, It will be check only unread email , but unread email can have different subject , without moving to other folder it will read the same email again and again ..
  3. D

    Need help in automating a process using Email - POP3/SMTP.

    , @ Varun 1. Read the email using Get Mail 2. check to confirm that email was retrieved 3. check the Subject 4. If Subject matches move file to specific folder 5. If Subject does not match move email to different folder. I am able to do with above logic . But one concern is that I don't to...
  4. D

    Need help in automating a process using Email - POP3/SMTP.

    @Sukesh 1. Read the email using Get Mail 2. check to confirm that email was retrieved 3. check the Subject 4. If Subject matches move file to specific folder 5. If Subject does not match move email to different folder. I am able to do with above logic . But one concern is that I don't to...
  5. D

    Need help in automating a process using Email - POP3/SMTP.

    @Sukesh , @ Varun 1. Read the email using Get Mail 2. check to confirm that email was retrieved 3. check the Subject 4. If Subject matches move file to specific folder 5. If Subject does not match move email to different folder. I am able to do with above logic . But one concern is that I...
  6. D

    Need help in automating a process using Email - POP3/SMTP.

    Hi VJ, Need help in automating a process using Email - POP3/SMTP. Requirement is an email with specific "Subject" and "attachment" is checked If both condition is matched. It downloads the attachment to specific folder. Can we achieve this is Blue Prism using Mapiex? Thanks in advance Dheeraj
  7. D

    Filter Excel Data By Specific Criteria

    Hi VJ , I am trying to do RESOURCE Pool scheduling in Blue Prism . I have created Pool of 10 Resources and scheduled a Task . Now I am running that Task on Pool . It is running randomly on 1 Resource out of 10 and got completed and not running on rest of the Resources. Please suggest how to run...
  8. D

    RESOURCE POOL SCHEDULING Issue

    I am trying to do RESOURCE Pool scheduling in Blue Prism . I have created Pool of 10 Resources and scheduled a Task . Now I am running that Task on Pool . It is running randomly on 1 Resource out of 10 and got completed and not running on rest of the Resources. Please suggest how to run task on...
  9. D

    Filter Excel Data By Specific Criteria

    Using VB.NET i want find a specific string that occurs in column B of an Excel sheet and copy that entire row and paste it in a new worksheet. This string occurs a couple of times in this B column.
  10. D

    Filter Excel Data By Specific Criteria

    Thanks for your response VJ, It is working fine now. I have to search records in excel after applying filter on specific criteria and search the keywords list in excel and paste output in other excel . I have applied filter and the next step is to search keyword in excel . Do you have any...
  11. D

    Filter Excel Data By Specific Criteria

    please find the attached input snapshot
  12. D

    Filter Excel Data By Specific Criteria

    Thanks for your reply , I was writing code outside the Ms Excel VBO . Now I have written inside MS Excel VBO and I am not getting error . I have also provided inputs and run the code but it is not applying filter. I have provided these inputs anything else required to do in the code or as input.
  13. D

    Filter Excel Data By Specific Criteria

    i am getting error while checking code- Getworkbook is not declared .it may be inaccessible due to its protection level . Getworksheet is not declared .it may be inaccessible due to its protection level. Please suggest
Top