Description
Overwrites the content of a Word document. If the document doesn't exist, then the robot will create a new file automatically.
Parameters
-
Set a value: enables you to directly write the desired path. Clicking the 'Pick' button allows you to manually choose the path. The file extension must be '.docx'.
-
Save the previous step result: chooses the previous activity result as a path.
-
Calculate a value: enables you to use available properties and methods to form a path.
-
Set a value: enables you to directly specify the text to write.
-
Save the previous step result: chooses the previous activity result as the text.
-
Calculate a value: enables you to use available properties and methods to form a text.
- Paragraph:
<p>Paragraph text</p>
- Bold text:
<p>
<strong>Bald text</strong>
</p> - Italic text:
<p>
<em>Italic text</em>
</p> - Headers:
<h[1-6]>Header text</h[1-6]>
- Tables:
<table>
<tr>
<td>Table cell text</td>
</tr>
</table>
Contains an annotation to the activity. The input text will be displayed above the activity name.