TimWillemstein2 (Customer) asked a question.

Dynamic JSON body in REST Connector

Hi All,

 

I have a system that requires to have a dynamic JSON body for my connector. This is because the JSON body sometimes requires 1 value, while sometimes it requires 15 values to be inserted in the body. My workflow calculates these values and uses AFXCUSTOM functionality to push them in the JSON body.

 

This fails because the connector changes my double quotes, that are used to ensure proper JSON formatting as escaped with a \ character like:

imageIs there some way to stop this automated escaping from happening? Since I cannot meet the requirements and finish the integration because of this behaviour.