Hello! I have an expression "var d = Dictionary('Accounting', $feature.AssessmentID)return d" and if the value is null, I get an exception:
Values = '((Esri.ArcGISRuntime.RuntimeDictionary<string, object>)result.Result).Values' threw an exception of type 'System.InvalidCastException'
I researched that I could write like this "$feature.AssessmentID +'' " and no exception. Any other options?
Thanks.