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

Notifications

Announcements

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

Forum hierarchy changes are complete!

In our never-ending quest to improve we are simplifying the forum hierarchy…

Ajay Kumar Gannamaneni – Community Spotlight

We are honored to recognize Ajay Kumar Gannamaneni as our Community Spotlight for December…

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 840 Most Valuable Professional

#2
Michael E. Gernaey Profile Picture

Michael E. Gernaey 332 Super User 2025 Season 2

#3
Power Platform 1919 Profile Picture

Power Platform 1919 275

Last 30 days Overall leaderboard