Hi,
What i'm trying to achieve is I want to get the latest record modified from sharepoint. I will need to email that the details from that record. I tried using getting it from gallery and it usually takes time to get the update and I need it ASAP. Can I replace the tlOpenLastM.Selected to a lookup?
Also, this is my item gallery:
First(SortByColumns(Filter(CollectAlert,_LeaderEmail = User().Email And CoachingStatus_ = "Open"), "Modified" ,Descending))
I need to apply this filtering for each item I need to send in the email.
