Hi Team,
I have an integration with Drupal. We send the outcomes from Appian to Drupal. I wanted to retrieve the request body (we are sending a json body) which is sent to Drupal. Is there any way to extract the same? There is some issue with the json that is being sent over to Drupal which we cannot figure out. Any help would be appreciated.
Kindly revert back if you need any more information.
Thank you!
Discussion posts and replies are publicly visible
Hi Ritika, Can you please check the data you are sending and try to use the function a!toJson() to see the json you are sending and try to see what is the issue in Json you are sending.
If you call the integration via a Smart Service, you can convert your Record/CDT to json (with toJson) in a pv and send that to the integration. You'll be able to see the json being sent.
You can enable the extended HTTP logging
docs.appian.com/.../Integration_Object.html
Thank you Mathieu Drouin.
Thank you