Hi, I'm trying to pass some data from an existing 3rd party Trigger into a new Create Action.
The data from the Trigger is a complex, deeply nested object including some arrays of objects. Some Trigger data includes more fields than others. I'd like to just pass the entire object through to the body of my Action rather than try to deal with all the different mapping cases and trying to flatten the object. Can someone point me to some documentation that could help me get this done?