In my scenario i do an http request that correctly retrieved the html of a page in the output Data.
This module is followed by a patter matcher that extract the content of an html element.
When i run the complete scenario there is no output from the pattern matcher, but when i manually copy the Data of the response and test the pattern matcher module alone by copying this data in the input, it correctly output the content of the html element.
My pattern matching module Text propertiy is correctly set to the Data of the Http response.
Did you ever encounter something like this ?
The manually input text
correctly gives an output
while the same input coming from the http module
gives nothing
here is the config of the pattern matcher module
Thank you