I am using the Salesforce "when a record is modified" connector. Goal is to replicate the behaviour of salesforce outbound messages. I notice that not all fields on the object are coming into the flow. I have tried specifying the columns I want in the "select query" under advanced options, the flow runs successfully but the fields are not all there.
One thing I did notice in the headers of the incoming message is under Content Type it shows as below:
"Content-Type": "application/json; odata.metadata=minimal; odata.streaming=true"
Not sure but I assume the "odata.metadata=minimal" is where my problem lies, however I don't seem to be able to manipulate the value.
Any ideas?