I´m having some trouble with a dropdown in one of my apps. The purpose of the app is to do field inspections which are collected in the “Control Tareas” table, so if there is a series of nonconformities, these are listed in a list virtual column in the “Control Tareas” table called “No Cumplen”.
The form were the dropdown I’m having trouble is, have the purpose of closing a selected nonconformity, first the user select the inspection in a Ref column “Control” that reference the “Control Tareas” table, second the user select the nonconformity from a list restricted by a valid_if function that retrieves the list from the “No Cumplen” column that is referenced by the “Control” column:
LOOKUP([_THISROW].[Control],“Control Tareas”,“ID”,“No Cumplen”)
This selection works fine for the valid_if, but the problem is when the user select the value in the dropdown, the field does not update and continue to be blank.
The strange part is that this was working a week ago, and other valid_if based dropdowns in the app are working fine.
To better ilustrate the problem here is a video of it happening in the emulator, also happen in every other device:
Thank you.