Daily mailing

Hi,

How do I assign specific mail based on birthday dates received from Excel? Some one share sample .xaml file.

Thanks,

Canberk.

Hi @Canberk,

can you please explain little more to understand the requirement.

Thanks,
Arun

hi @Canberk

Yes, it doable but for that you will need to run the bot daily and check if any birthday is there on the particular date

Does this help? if you want to elaborate more, do let me know :slight_smile:

Happy coding :smiley: :smiley:

For example, read this exel file and if it matches in the E column. Then mail should be sent to that e-mail address.

You mean , you want to check the D column with today’s date and send mails to their corresponding mail ID’s right?
Just use filter data table to filter the rows based on the date today then use for each row to send the mails @Canberk

thanks @HareeshMR