Skip to main content

Notifications

Community site session details

Community site session details

Session Id :
Power Apps - Microsoft Dataverse
Answered

CDS Current User Filter

(0) ShareShare
ReportReport
Posted on by 205

Hi, 

 

This might be an easy one for the CDS 2.0 Experts out there. I was wondering what the best way of filtering a CDS Entity to find records created by the current user. 

 

I would rather not query against an Email Address or Display Name as these can change for users over time. 

 

Also - In CDS 1.0, the Created By field stored the OID value of the user. It would be great to be able to continue to be able to query against this. 

 

Thank you,

Sean

  • Centaurus Profile Picture
    10 on at
    Re: CDS Current User Filter

    Hello @v-xida-msft @v-xida-msft 

     

    If I try your solution I got a delegation warning. Is there any alternative way without delegation?

     

    Thanks a lot 

    Centaurus

  • CubixVision Profile Picture
    2 on at
    Re: CDS Current User Filter

    Hi, 

     

    I am having the same issue and trying to follow the instructions.  The part of the solution I have a question about is when you say "On your side, you should type:", I am not too clear on what that statement means. 

     

    Thanks in advance.

  • juresti Profile Picture
    319 on at
    Re: CDS Current User Filter

    Great, this is exactly what I was looking for as well.

    We have an app where users will only load their own records on the edit screen.

  • panterra Profile Picture
    205 on at
    Re: CDS Current User Filter

    Thank you for these details and other options. Just to confirm in CDS 1.0 was the value in the Created By User column the OID?  

  • Verified answer
    v-xida-msft Profile Picture
    on at
    Re: CDS Current User Filter

    Hi @panterra,

    Do you want to filter your CDS records created by current login user?

    Actually, the 'Created By' column (System column) is a LookUp column in each Entity, which looks up to User Entity within your Common Data Service. In addition, the 'Created By' column link the corresponding user in the User Entity through a unique GUID string, e.g. '0342f767-4414-e911-a981-000d3a828979'.

    If you just want to filter your CDS records based on the unqiue GUID string (OID value that you mentioned) of the current user, I afraid that there is no way to achieve your needs.

    Currently, within PowerApps, there is no direct way to get the unique GUID String value of the current sign in user within the User Entity. You could only get the unique GUID string value via the Email Address, Full Name or ... of a user within the User Entity.

    As an alternative solution, you could consider take a try to filter your CDS Entity records based on the email address of current login in user. I have made a test on my side, please take a try with the following workaround:9.JPG

    Set the Items property of the Gallery to following:

    Filter(TaskLists, 'Created By'.'Primary Email' = User().Email)

    On your side, you should type:

    Filter(YourCDSEntity, 'Created By'.'Primary Email' = User().Email)

    Best regards,

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

Announcing the Engage with the Community forum!

This forum is your space to connect, share, and grow!

🌸 Community Spring Festival 2025 Challenge Winners! 🌸

Congratulations to all our community participants!

Warren Belz – Community Spotlight

We are honored to recognize Warren Belz as our May 2025 Community…

Leaderboard > Power Apps - Microsoft Dataverse

#1
mmbr1606 Profile Picture

mmbr1606 22 Super User 2025 Season 1

#2
stampcoin Profile Picture

stampcoin 19

#3
Michael E. Gernaey Profile Picture

Michael E. Gernaey 17 Super User 2025 Season 1

Overall leaderboard

Featured topics