Try validators.Int() and validators.OneOf() instead of AsInt and InList (warning-untested code):
ForEach(All(Int(), OneOf([1,2,3]))
Try validators.Int() and validators.OneOf() instead of AsInt and InList (warning-untested code):
ForEach(All(Int(), OneOf([1,2,3]))