You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update:
The issue I found was +++INS $value ++%+ unfortunately this did not give me an error. Also all the page after this line were not included in the report
I changed above to +++INS $value +++ and it worked
+++FOR data IN Array+++
+++INS $data ++%+
+++END-FOR data+++
I am using docx-template and nodejs
It successfully generates the doc file. Just now it has started generating doc file with half pages.
All the pages after page number 16 are missing.
Please help
The text was updated successfully, but these errors were encountered: