Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

How to access a nested record from generic record? #18

@codyrehm

Description

@codyrehm

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions