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
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.
Thank you Mathieu Drouin.