Greetings. I am trying to create a flow that will take a page from OneNote and send it in an email. At the Get page content action I get an error message each time I test it.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN""http://www.w3.org/TR/html4/strict.dtd">
<HTML><HEAD><TITLE>Request URL Too Long</TITLE>
<META HTTP-EQUIV="Content-Type" Content="text/html; charset=us-ascii"></HEAD>
<BODY><h2>Request URL Too Long</h2>
<hr><p>HTTP Error 414. The request URL is too long.</p>
</BODY></HTML>

I understand that the URL limit is 2000 characters, is there another action I can use or a way to pull the page contents (text+image) into the low? Thanks.