
Announcements
ForAll(
ComboBox3.SelectedItems As _Data,
Patch(
restrictions,
LookUp(
restrictions,
StuID = _Data.StuID && Restriction = _Data.Restriction
),
{
DateRemoved: Now(),
RemovalComment: _Data.Restriction
}
)
)