Hi,
I have an option set on a CRM named "Categorie" that contain the following values :
- Book (10000001)
- DVD (10000002)
- VHS (10000003)
Currently i have the following condition on my apps
Filter(Options; Text(Categorie) = "Book")
But if the label of one categorie change, i have to change my condition.
How can i get the ID "10000001" instead of the label ?
Many thanks