i am trying index the property "ISOCountryCodeOfIssue", if it is not available in the dictionary (data). We need to default value output.
We run the expression , it return back null instead of "BCD"
Discussion posts and replies are publicly visible
Unfortunately there is a bug with index/property that cannot be fixed due to our backwards compatibility guarantees. If you attempt to index into a field that does not exist on a dictionary, it will always return null instead of the defined default value.This should only apply to the dictionary data type, so consider using a!map() instead. This will be added to the documentation soon.