Data in the Output not showing full results

Does anyone know a way to show this data besides having to do a dev inspect on the page?

hi @kodif,
what do you mean by “to show this data”? You can use it in another module afterwards.

Is it a HTTP-Request? You might want to parse it.

If you hit the ‘Download Output bundle’ button on the top right hand side of the output window, you should be able to see the entire text of the output.

2 Likes

Hi @kodif ,

As @Richard_Johannes mentioned it looks like you are using the HTTP module to GET some data. After it runs once you need to parse it. Here is the setting:

3 Likes