I am using a tRest component to get data from a web service.
The tLogRow indicates a count value that I would like to get, but don’t know how.
{“result”:[my data blabla multiple fields],“count”:22}
How can I get the count value ?
I tried a tExtractJSONFields and a tMap, but to no avail
tExtractJSONFields
Thank you in advance, I appreciate the help