IE
if email_from_field = "John Smith" then database.empcode = "JS"
database.field_inserttime = email_received_time
if email_from_field = "John Smith" then database.empcode = "JS"
database.field_inserttime = email_received_time
Hi Julian,
In the upcoming next version you can use scripts (aka macros). The current one, as you have noticed, is pretty simple and only grabs the email data and does not allow further processing.
In the upcoming next version you can use scripts (aka macros). The current one, as you have noticed, is pretty simple and only grabs the email data and does not allow further processing.