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.
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.
Ok,
I figured I had “required” columns which didn´t allow the form to save.
That was all
1 Like
The [quien] creates a dropdown list from a ref field.




