Dynamic Input expression with Ref in Action not saving

Iยดm using a dynamic input expression in a "set the values of some columns in this rows" action with the following excpression: input("quien",[quien]) "quien" is a ref field which opens a list, however when choosing one of the values and pressing the save button, nothing happens. The functionality of the input expression seems perfect but I donยดt understand what Iยดm doing wrong and why it wonยดt save. Any help is highly appreciated.
Solved Solved
0 4 206
1 ACCEPTED SOLUTION

Ok,

I figured I had "required" columns which didnยดt allow the form to save.

That was all

View solution in original post

4 REPLIES 4

xScreen Shot 2022-05-06 at 21.34.17.pngScreen Shot 2022-05-06 at 21.35.21.pngScreen Shot 2022-05-06 at 21.35.34.pngScreen Shot 2022-05-06 at 21.34.09.pngScreen Shot 2022-05-06 at 21.34.49.png

I also encounter issues with this beta feature. Per the INPUT() article, the input name must be "unique within the context where it is used". (I originally overlooked that detail too.) Anyway, you should at least try renaming your input to something besides the actual column name--eg., quienInput.

The [quien] creates a dropdown list from a ref field.

Ok,

I figured I had "required" columns which didnยดt allow the form to save.

That was all

Top Labels in this Space