With our integration we have some custom input and output node types with data formats described by a schema, e.g. we have a Request input node which might have a location type schema of {"latitude" : "double", "longitude" : "double", "altInMeters" : "double"}.
If we connect that to a downstream node like Change or Switch, is there a way to pull that into the autocomplete function, so that when a user types "msg.payload." they get those three field names as suggestions? (These might also be nested record types, not just primitive types.)
Is that possible with the current tools, or is it part of the future roadmap?
Thanks.