25-04-20 12:37 AM
Hi There,
I have crafted a very simple implementation in order to streamline the process of saving the generated Word document.
Here are some screenshots:
Answered! Go to Answer.
28-04-20 02:15 AM
The solution looks like this:
It appears that my primary issue was that I had NOT created an MS Word instance first!!
Once I followed the following procedure, it FINALLY worked:
1) Create MS Word Instance and pass output to Handle data item.
2) Create MS Word document and pass output to DocumentName data item.
3) Type test text in MS Word document (passed Message data item to input parameter).
4) Use "Save As" MS Word VBO action the following arguments:
5) Detach from created MS Word Instance.
And that did the trick!
Thanks for the feedback, Team. :c)
25-04-20 10:45 AM
26-04-20 12:11 PM
Hi Anton,
Thank you for your response. I have adjusted the data item text field and yet the same error (Bad Filename) is still being thrown by BP. Here's a screenshot for reference:
27-04-20 08:11 PM
28-04-20 02:15 AM
The solution looks like this:
It appears that my primary issue was that I had NOT created an MS Word instance first!!
Once I followed the following procedure, it FINALLY worked:
1) Create MS Word Instance and pass output to Handle data item.
2) Create MS Word document and pass output to DocumentName data item.
3) Type test text in MS Word document (passed Message data item to input parameter).
4) Use "Save As" MS Word VBO action the following arguments:
5) Detach from created MS Word Instance.
And that did the trick!
Thanks for the feedback, Team. :c)