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 / How request Table01 No...
Power Apps
Answered

How request Table01 Not In Table02

(0) ShareShare
ReportReport
Posted on by 99

I just need to request all TblMenuAplic.IdAplic Not In TblGrupoAplic.IdAplic for the TblGrupoAplic.IdGrupo = 1.

The table Example below:

EdevaldoJeronim_1-1614517723575.png

I use the code below but the result should be TblMenuAplic.IdAplic 2 and 5 but the result very diferent.

Clear(MyTblTemp);;
ForAll(
          TblMenuAplic;
          Collect(
                     MyTblTemp;
                     Filter(
                             TblGrupoAplic;
                             !(IdAplic in Text(TblMenuAplic[@IdAplic]));IdGrupo = 1
                     )
            )

)

Categories:
I have the same question (0)
  • Verified answer
    EdevaldoJeronim Profile Picture
    99 on at

    All

    I solved this problem using the code below, thank you.

     

    Clear(MyTblTemp);;
    Clear(MyTblTemp1);;
    ClearCollect(MyTblTemp;Filter(TblMenuAplic;IdAplic > 0));;
    ClearCollect(MyTblTemp1;Filter(TblGrupoAplic;IdGrupo = CbnGrupo.Selected.IdGrupo));;
    ForAll(
    MyTblTemp1;
    RemoveIf(MyTblTemp;IdAplic = MyTblTemp1[@IdAplic])
    )

  • alrezac Profile Picture
    Microsoft Employee on at

    Hi,

     

    Thanks for your follow up post! I am glad that you were able to get this figured out. Hopefully this will prove to be useful to future communities users.

     

    Regards,

     

    Alex

     

    -------

     

    Community Support Team _ Alex Rezac
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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

Season of Sharing Community Challenge Launch!

Jump in, show your community spirit, and win prizes!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the April Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
Valantis Profile Picture

Valantis 385

#2
Vish WR Profile Picture

Vish WR 367

#3
timl Profile Picture

timl 340 Super User 2026 Season 1

Last 30 days Overall leaderboard