Skip to Content
1
Oct 05, 2022 at 12:53 PM

setIgnoredElement returning comma in json payload

190 Views

Ex: Before applying module parameter

<Field1>12345</Field2><Field3><Field2>test</Field2><Field3>Test1</Field3>

After applying moduleparameter setIgnoredElements with ParameterValue Field2,Field3

{ "Field1": "12345",,}

Any suggestion how to remove ,,, from the json payload?