Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Answered

Export list of all updated contacts email addresses

(0) ShareShare
ReportReport
Posted on by 35

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.

  • Verified answer
    LeoAlt Profile Picture
    16,331 Moderator on at
    RE: Export list of all updated contacts email addresses

    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".

    function getEmailModifyDate(executionContext){
        var formContext = executionContext.getFormContext();
        var today=new Date();
        formContext.getAttribute("EmailModifiedDate").setValue(today);
    }

    3.Then you just need to filter contact records with conditions "created on" and "EmailModifiedDate" in last 7 days in advanced find.

    pastedimage1571281769914v1.png

    Hope it helps.

    Best Regards,

    Leo

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Adis Hodzic – Community Spotlight

We are honored to recognize Adis Hodzic as our May 2025 Community…

Kudos to the April Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard > Microsoft Dynamics 365 | Integration, Dataverse, and general topics

#1
Siv Sagar Profile Picture

Siv Sagar 149 Super User 2025 Season 1

#2
Daivat Vartak (v-9davar) Profile Picture

Daivat Vartak (v-9d... 53 Super User 2025 Season 1

#3
Vahid Ghafarpour Profile Picture

Vahid Ghafarpour 32 Super User 2025 Season 1

Overall leaderboard

Product updates

Dynamics 365 release plans