I am wanting to know if it is possible to get the data contained in a document library's item property to use in a html page.
My situation is this: I have a list that is edited once a day to monitor things such as cash flow, debtors, etc. A workflow attached to this list sends an email to the bosses of the company. I have used HTML formatting in the email to lay out tables and styles the way I need them to be seen. I now need this to also be created in a HTML format to be readily available for printing.
So far I have added steps to the workflow to create an item in the Document Library (Temporarily called TestHTML), and assign the HTML code to a field on that Item called HTMLContent.
Is there a way to get the Document template to access the data on the current item and display it (Like a workflow lookup [%Current Item:HTMLContent%] type thing)?
Thanks in advance,
Jason