How to do ? send a Mail when i find the file?

  1. The following functions need to be implemented using the plugins shown in the figure:
    If the specified file is found within 3 minutes, send an email to the designated person.
  2. How to dynamically obtain email recipients and send emails

  1. Select file is for selecting an existing file.
    You can either create a loop, with a delay inside, that checks for new files at an interval, or you can use a file detector that will trigger an event when a file is changed on the file system.
  2. I don’t understand the question? Are you asking if you can use variables? If so, yes, almost every input field in OpenRPA is an expression, meaning you can use VB syntax and variables everywhere.