Solved
Forum Discussion
snapation6713
2 years agoNew Contributor III
This error message went away when I used parameters to pass the datetime. I get the value from a query then I create the json using a script snap with this snippet:
// Set propertyName and value from pipeline properties
filter.put("propertyName", $_dttmColumn);
filter.put("operator", "GT");
filter.put("value", $_max_dttm);
where max_dttm contains the datetime value.