Hi,
I have data in a collection
I show it in a gallery and I tell the user to select an item
But when I want to display fields of the selected item in an other screen I have an error
I store the selected item into a variable (varSelected) I can get the "name" value with varSelected.Name but not the other fields (region, function...)


For example the message error for the formula varSelected.Region is "Name isn't valid. The identifier isn't recognized" for the .Region whereas I have a Region column in my collection as you can see in the first screen ...
Thanks in advance !