If(
CountRows(Self.SelectedItems) = 3,
Notify("Maximum selections reached", NotificationType.Information),
CountRows(Self.SelectedItems) > 3,
Notify("Maximum selections exceeded", NotificationType.Error);
Reset(Self)
)
WarrenBelz
146,524
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
65,906
Most Valuable Professional