Open codyrehm opened 4 years ago
How can I get access to the actual field values when we have a generic record with a nested record as one of the fields?
{ fields: [ "someNestedRecord" : { "someName": "someValue } ] }
Even the ToString() on generic record does not seem to be able to handle this?
How can I get access to the actual field values when we have a generic record with a nested record as one of the fields?
{ fields: [ "someNestedRecord" : { "someName": "someValue } ] }
Even the ToString() on generic record does not seem to be able to handle this?