If I'm not in control of the structure of the JSON that is within the callout that triggers a workflow, is it possible to map from a nested object? e.g. my data is: { "data": { "object": { "key": "value" } } } I'd like to descend the AST and map "value" to a Zuora object. e.g.
... View more