Set Values( EnumList) of Another Table with INPUT() Not Working

I am trying to add a row to another table in an action. Two values are inputs from the user that should be selected from an Enum List. No Input form pops up and default values are added.

These expressions are not working:

INPUT(“Bets”, Bombs[Bets] )

INPUT(Clas,“C”)

Instead you could try using LINKTOFORM() action. All other columns except [Bets]. [Clas] can be prefilled and user can fill in these two.

LINKTOFORM() - AppSheet Help

Sample app from the help article Get started by using the feature samples - AppSheet Help

Linktoform Example - AppSheet

1 Like