Hello-
I am trying to figure out how to trace what Data Factory is sending across the wire to Salesforce. There is a column in Salesforce that is a date object but when a time is sent, lets say 13:30 the current date is populated in Salesforce "5-16-2021". This is for a negative test case and I would think Salesforce would reject it but it just inserts the date instead. There is no default behavior on the field in Salesforce. Our Salesforce team thinks that Data Factory is doing the conversion, I think it is Salesforce. The only way to tell for sure is to see what is being sent across the wire. Is there a way to do that in ADF?
GB