Resolved! Snaplogic Rest Post Snap: Failing with Invalid input JSON
I have a Json Generator snap that contains the following snippet:{ "filterGroups": [ { "filters": [ { "propertyName": "lastmodifieddate", "operator": "GT", "value":"2024-04-18T18:21:27.255Z" } ] } ] } Then I have a mapper extracting the filterGroups ...