Not able to sync nested fields under object in Intercom We are syncing fields nested under the object to Intercom, but it seems it is not working.we have the following tracking plan for Identify and Group calls.For the Identify call, we are trying to sync the pickupOutsourcingEnabled field, which is under the settings object. To enable this sync in Intercom, we updated the filters and created a Transformation to move the property to the root level.Although we are not encountering any errors in the Event delivery when sending fields to the Intercom destination, we are unable to see the field in Intercom.Group Call Tracking plan{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "labels": {}, "properties": { "context": { "id": "/properties/context" }, "traits": { "type": "object", "properties": { "settings": { "description": "Buyer company settings.", "id": "/properties/traits/properties/settings", "properties": { "pickupOutsourcingEnabled": {