Hi Friends,<br> I am using a Document from Template step to display a
set of records in my Workflow. For this i have a created a template of
type excel sheet and i have linked the multi line container element
from my workflow to this template. But i am not able the view the
records in<br>
sequence.Lets say my multi line container element has the following 2 records:<br>
<br>
WEATH_ZONE        02/01/2008        03/31/2008        ABC<br>
BACKACST           03/01/2008           03/31/2008           123<br>
<br>
Once i execute my Workflow i am getting the values appended in a <br>
single row in excel sheet as follows.<br>
<br>
WEATH_ZONEBACKACST        ABC123        02/01/200803/01/2008        03/31/200803/31/2008<br>
<br>
But i need them in the same format as above.Please let me know how i can solve this issue.<br>
<br>
BTW I have done the linking in the template as follows where Str is my
multi line container element and the values after dot is my fields.<br>
<br>
{&amp;STR.OPERAND&amp;}        {&amp;STR.UDEFVAL1&amp;} {&amp;STR.FROMDATE&amp;}        {&amp;STR.DUEDATE&amp;}