Can a list like List or DropDown, based on a table, be INPUT?
Yes sure. The column must have a suggested values set on Auto compute for example:
SELECT(TABLE[COLUMN], TRUE)
Un impostazione come questa, dici?
INPUT([COLUMN NAME], SELECT(TABLE[COLUMN], TRUE))
Nope. The column must have a action to set its value with: INPUT(“”,“”) and the auto compute suggested value could be SELECT(TABLE[COLUMN], TRUE)
So a Popup with a list of a table column is not possible, can you confirm it for me please?