
Hello,
Is it possible to export all email addresses that ave been updated or added in a weekly export? Perhaps using advanced find or some audit export?
We need this list to be able to add it to a whitelist so we do not lose any incoming emails or get them trapped in spam etc.
Many thanks in advance.
Hi partner,
There is no OOB way to do this.
You could refer to my thoughts.
1.Create a datetime field on the contact form named "EmailModifiedDate".
2.Add a js function on the email field "onchange" event, when the email update, then set the current datetime as value to "EmailModifiedDate".
3.Then you just need to filter contact records with conditions "created on" and "EmailModifiedDate" in last 7 days in advanced find.
Hope it helps.
Best Regards,
Leo