Hello,
I am creating dropdown column and i want to get items from a list. But i want to show a different Value while mantaining the same ID
I created the following code:
Table({Val: Filter(DATABASE; IdEstrutura = CodAgenciaID.Text).Email; Text: Filter(DATABASE; IdEstrutura = CodAgenciaID.Text).Name)
If I search for one or another, it works, if i do this code, it doesn't work and won't get anything. How do i get all the items in a list with different text based on another column