Hi,
I have a report that runs as and aspx page in an internal site. I am trying to send an email with the content of that page. So I created a web task that calls the appropriate http url and then I created another email task that send as the body message the output of the web task. What it is happening is that only a small part of the html seems to be stored in the output variable of the web task. Does that variable have a max size to stored? Is there a better way to accomplish what I am trying to do?
Thanks!