Dropdown issue
I´m using this formula on Valid_IF in orden to display a dropdown list. However when the user select one of the options given by this formula, Appsheet keep saying that the value entered is invalid.
={ (SELECT(Alta Grupo[P. Sem. Sugerido],[TS_Setup] =
[_THISROW].[TS_Setup]))
, (SELECT(Alta Grupo[Pago Sem. Aumentar Montos], [TS_Setup] =
[_THISROW].[TS_Setup]
)) }
Does anyone knows why?