@dylandavis09 ,
I was hoping you would work out what to change from my comments - it is simply about field types
With(
{
_Sponsor:
LookUp(
'Class of 20XX (Officers)',
'Head Sponsor' = User().FullName
)
},
Sort(
Filter(
'DHS Student Users',
'L-Grade'.Value = _Sponsor.'L-Grade'.Value
),
'Student Name'
)
)
_Sponsor is simply a Variable - you can call it whatever you want. I am assuming in the code above that 'L-Grade' is a single choice column in both lists and 'Head Sponsor' is a Text field matching the user's name.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
MVP (Business Applications) Visit my blog Practical Power Apps