Solved
Grid related
In the given exercise https://docs.appian.com/suite/help/22.1/Grid_Tutorial.html
When below expression is used

Results in

When I tried the same no data is fetched


In the given exercise https://docs.appian.com/suite/help/22.1/Grid_Tutorial.html
When below expression is used

Results in

When I tried the same no data is fetched


The other posters are correct - in particular you are missing this additional logic in your selectionSaveInto:
selectionSaveInto: {
local!selection,
a!save(local!selectedEmployees, append(local!selectedEmployees, fv!selectedRows)),
a!save(local!selectedEmployees, difference(local!selectedEmployees, fv!deselectedRows))
}Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.