Hi,
I have a requirement to remove attributes with null values from a cdt, so that downstream system can consume it properly.
Given: {a:null, b: 10, c: "", d: 20}
Expected: {b: 10, d: 20}
Please let me know if there is an easy way to do this.
Discussion posts and replies are publicly visible
Inside the integration, there will be check box called "Remove fields with null or empty values from generated JSON". This will remove the null values from the JSON. This one can be used