I’m using the Tuple Lookup Extension for POST’ing a claim where I look up a DateOfIncident field (json) to check if it’s not in the future. These are the parameters in the Tuple Lookup:
This is the return value:
Where I use this Json as input: “DateOfIncident”: “2024-08-04”
In the past I used the Tuple Extension Lookup in a similar way to get a date like this “publishDate”: “2021-08-14T10:03:59” from a JSON and convert it to a DateTime value (see screenshots below). So it could be that the internal formatting is not the problem.
As a result I am interested to learn more about the configuration of the ‘deserializeobjectv2’ step that is used as input for the tuplelist. Thanks in advance!