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")

 

 

 

yastaaa_0-1676134206526.png

 

Solved Solved
0 1 155
1 ACCEPTED SOLUTION

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

 

 

View solution in original post

1 REPLY 1

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

 

 

Top Labels in this Space