Set(globalCurrentRecord, Self.LastSubmit)
Set(globalCurrentRecord, LookUp(YourList, ID = globalCurrentRecord.ID))
Set(GlovalCurrentRecord, LookUp(DataSource, Id = TicketsGal.Selected.Id));
Refresh(DataSource);
Set(GlobalCurrentRecord, TicketsGal.Selected);
Reset(TicketsGal);
Set(GlobalCurrentRecord, TicketsGal.Selected);
If(IsBlank(GlobalCurrentRecord), Blank(), LookUp(DataSource, Id = GlobalCurrentRecord.Id))
WarrenBelz
146,537
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,908
Most Valuable Professional