Hi @Kira-Daw ,
You actually mean to include Delegation (you currently do not have it). Lower() is not Delegable and it is your only filter - you can do this
With(
{
wData:
Sort(
'App System',
Created,
Descending
),
wMail: Lower(User().Email)
},
Filter(
wData,
Lower('Negotiator Assigned'.Email) = wMail
)
)
and it will action the newest (Delegation Limit) records with the bottom filter, but that is the best you will do short of (I recommend this as I have done it) cleaning up your data so the emails are all Lower Case and then enforcing this on new records.
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