hello vvvveeeps - hopefully a simple one…
Looking to get some text from a webpage into a string for some dynamic 4V text.
I can get the source using HTML (Network Get String) - but the webpage is dynamically generating the content - so the source doesn’t give me the body text as it appears in the browser - and HTML renderer.
How to get just the text in the webpage without the source?
or (to put it another way)
How to get the resulting body text from a dynamic webpage?!
Thanks @phlegma! I knew that would work using Post, but I was trying to simplify it as I already had the text in a URL.
But we got it working now using your method.
Cheers!