Search results

  1. B

    MS Outlook code stage doesnt work in BP

    Hey. I need to save draft mail in specific folder in specific mailbox. I got a code that is working fine from MS:O marco level(as expected) Public Sub CreateMail() Dim myNameSpace As Outlook.NameSpace Dim MyEmail As MailItem ' Create a new Outlook message item programatically Set MyEmail =...
  2. B

    send mail to alias in BP

    hey guys, need your assistance. I have unique employee ID of recipient and it looks like id8bu@company.com I'm able to send mail correctly from outlook level by type: id8bu, than ctrl +k and it's finding in company address book. how to send it correctly and quickly, without spying MS Outlook...
  3. B

    BP + VS newbie question

    Hi, I'm rpa developer, however I didnt perform so much my own code stages. I would like to improve my skills and I have Visual Studio 2019 and BP 5.5 installed. I would like to create end-to-end code in VS which grab data to VS from specific worksheet and which I can operate in VS. How: 1) can...
  4. B

    BP licensing

    Hi, I'm reaching you cos i'm preparing to certification and I've trouble with licensing. How it looks like? I've process A 2 instances in 2 bots 9am-9pm Process B 3 instances in 1 bot 6am-9am process C 2 instances in 2 bots as background 9am - 3pm how many licenses will be consumed ? 5? What...
  5. B

    BP restricted tags

    Hello everyone. I've one question related to BP queues. Are there any restricted signs/characters related to adding to work queues ? Thanks in advance, Kamil
  6. B

    multiple conditions filter collection

    hi guys, I've an issue related to 'filter collection' action. I've a collection with column 'column' and string like 'some value equal to XX' Where: XX is a number between 1-1000. I need to filter all rows with XX < 50. Is it possible to do it using one action 'filter collection' ? Thanks in...
Top