Send email to dynamic emails according to month

Hi!

I have an excel sheet which is dynamic with the below fields:

Is it possible to programme UiPath in such a way that the email is sent to the respective people (some cases may be null as well) during specific month-year? This is because the user may change the email address anytime. Is this doable?

Thanks!

@iceicecreme

It is possible. Read the configuration file.

  1. Read the Today’s date and format the date e.g., Now.ToString(“mmm-yy”)
  2. search in the config file for the date string
  3. Store “Email send List” in one string
  4. Use the send email activity.

The following link contains the functionality close to yours. Please check -

https://go.uipath.com/component/tech-mahindra-multiple-attachments-for-outlook

Regards,
Karthik Byggari