We are building a Workflow where we need to send a lot of data in the body, using XML, however if we paste the XML into the body of the request, it cuts off some of our data. (We know the XML is Valid as this has come from postman)
When reading the XML Payload in the Track Tokens, we have seen "216 values could not be displayed." has all of it sent?
Is there a limit on the length/character limit that can be sent through the XML Body in Workflow Designer?
Can we build the XML body using Tokens, and then place the tokens eg, %(Part1), %(Part2), %(Part3) in the body to contain the full XML Body when sending?
Or have we reached the fundamental limit of the activity?
Does this mean we will now need to use SDK to send the XML now?