Html to text module with 2 HTTP request modules

Hello,

I’m a newbie and this should be a simple issue to solve, hopefully!
The beginning of the scenario is like this:

I’m trying to obtain a text output that combines both data from my 1st and 2nd http request modules. At the moment, the text output is only the one that’s using the first http request module.
Is the setting of my html to text module not correct?

Thank you!
Axel

If you combine complete HTML documents from both responses, it will be invalid HTML.

This is because there should only be a single HTML tag per document, so the Parser might not understand the input.

You can use two HTML to Text modules, one for each HTTP output, then combine the text variables afterwards.

2 Likes

Thanks a lot Sam for this quick response!

1 Like