Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :
Microsoft Dynamics 365 | Integration, Dataverse...
Suggested answer

Get Email attribute from the Entity

(0) ShareShare
ReportReport
Posted on by

Hi,

I want to get the attributes which are of type single line of text, Email format from an entity using C#

Kindly give me the suggestions for this..

  • Suggested answer
    Bipin D365 Profile Picture
    Bipin D365 28,961 Moderator on at
    RE: Get Email attribute from the Entity

    Hi,

    Use below code to get attribute value from entity.

    Guid entityId=Guid.Parse("00000000-0000-0000-00000001");

    Entity entity=service.Retrieve("email",entityId,new ColumnSet("Attribute Schema Name"));

    if(entity!=null && entity.Attributes.Contains("Attribute Schema Name"))

    {

       string attributeValue=entity.GetAttributeValue<string>("Attribute Schema Name");

    }

    Replace Atribute Schema Name with your actual field name.

    If found helpful, Please mark my answer verified.

  • Suggested answer
    Emily Zhang Profile Picture
    Emily Zhang on at
    RE: Get Email attribute from the Entity

    You can Retrieve an entity using the Organization Service

    https://docs.microsoft.com/en-us/powerapps/developer/common-data-service/org-service/entity-operations-retrieve

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

Daivat Vartak – Community Spotlight

We are honored to recognize Daivat Vartak as our March 2025 Community…

Announcing Our 2025 Season 1 Super Users!

A new season of Super Users has arrived, and we are so grateful for the daily…

Kudos to the February Top 10 Community Stars!

Thanks for all your good work in the Community!

Leaderboard

#1
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 292,516 Super User 2025 Season 1

#2
Martin Dráb Profile Picture

Martin Dráb 231,436 Most Valuable Professional

#3
nmaenpaa Profile Picture

nmaenpaa 101,156

Leaderboard

Product updates

Dynamics 365 release plans