unfortunately, I cannot share all the information in full because, I work for a company with confidential data… really sorry.
Here is all the data I can give you:
I check if in the database there is a new entry to retrieve a “since” date and a “until” date to transmit in the URL of the HTTP request;
I get the correct results for the given date period
The Json transformation is done correctly with all the elements of the 3 collections of the HTTP request response
The Text Parser retrieves exactly the same content from the output of the previous step (Json)
The pattern transmitted in the text parser is correct since when I copy and paste Input & the pattern on Regex101, it finds 3 results corresponding to the 3 collection received by the HTTP request
despite all this I have no output on my text parser…
Thank in advance to helping me !








