I’m trying to make a sequence that sends an email to every member in our RPA team weekly, as a workaround as I have no permission to add Office365 to UiPath through Azure.
So I’ll read the mail addresses of every member from an excel. However I am getting this error message: Value for a required activity argument: ‘Server’ was not supplied.
I have a new problem. This time with the string that I converted from a datatable row: “Send the reminder mail: The specified string is not in the form required for an e-mail address.”
Which column is there email address in DataTableEmailAddress?
Probably it should be as the following. (Please modify “ColumnEmail” to your actual column name for email address.
I have another problem. The system doesn’t send the email as soon as there is a row with a missing email address.
I try to solve this through an If, but it still doesn’t work. How would you do so that the system loops through every row until data is found and so that it sends the email to the emails that are available in the sheet?
It works only if every row contains an email address, which isn’t so smart. How would you do @Anil_G@Kaviyarasu_N@Yoichi ?