I have a floating field called: FF_Name. Can I use a varialble with the same name to populate that field? Or do I have to use FF_Name.rawValue?I this: I have a global variable called: myVar. Somewhere down in my hierarchy I have a floating field called: myVar. My expectation was, the floating field ...