web
You’re offline. This is a read only version of the page.
close
Skip to main content

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / The specified column i...
Power Apps
Unanswered

The specified column is not accessible in this context

(0) ShareShare
ReportReport
Posted on by

Hello, I have two tables in dataverse with a many to many relationship created and I want to filter the "Projects" to get only those ones where the current user email is related, I tried this two things

Filter(
    Projects,
    'PM/TL'.EncorianEmail = User().Email||
    User().Email in Projects.AppUsers.EncorianEmail
);

And..
ForAll(
    Projects,
    User().Email in ThisRecord.AppUsers.EncorianEmail
)

How can I perform that filter?
I have the same question (0)
  • v-mengmli-msft Profile Picture
    Microsoft Employee on at

    Hi @Giovanni2414g ,

     

    What are result and error of your formula?

    What is the type of AppUsers column?

    Have you tried this?

    Filter(
     Projects,
     'PM/TL'.EncorianEmail = User().Email||
     User().Email in AppUsers.EncorianEmail
    );

     

    Best regards,

    Rimmon

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

Introducing the 2026 Season 1 community Super Users

Congratulations to our 2026 Super Users!

Kudos to our 2025 Community Spotlight Honorees

Congratulations to our 2025 community superstars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 525 Most Valuable Professional

#2
Haque Profile Picture

Haque 273

#3
Kalathiya Profile Picture

Kalathiya 232 Super User 2026 Season 1

Last 30 days Overall leaderboard