J’aimerais faire apparaitre des liste déroulantes au fur et à mesure que les informations en amont se précisent. par exemple :
Je complète le pays, ce qui fait apparaitre la liste suivante, j’y complète la région, ce qui fait apparaitre la liste suivant ou j’y complète la ville …
If you want to have the filtering logic in your Glide Table, then you would need to be using a Custom Form, with each choice component writing to a user specific column. You could then use if-then-else logic to apply filtering.
If you’re using a native form, then the only way is by using screen filtering.