I am trying to map a field in Azure AD. The specific key i want to send is "manager@odata.bind". However Celigo splits the field into multi-line field as below:
"manager@odata": {
"bind": "https://graph.microsoft.com/v1.0/users/*****-***-*****"
}
Is there a way to instruct Celigo not to split the field on '.' (dot) ?