pixiebrix-extension
pixiebrix-extension copied to clipboard
Text from HTML Reader to Modal gets truncated
When I use the HTML render brick and then I follow it by jq (or a regex brick) the output of the HTML is cut.
Check this screenshot for example: You can see the outputHTML variable starts with "<html lang="en" style="-
Then I use a jq brick to do some manipulation on the outputHTML data.
However the output data at this point starts like this (2nd screenshot):
<div style="position: fixe
Therefore there's some issue in transportation between these two bricks where the variable is cut'truncated somewhere