RCA.Activities.Word.AddImage
Description
This activity allows adding an image at the end of a specified Word document. This activity is used only within the Word Application Scope activity.
(* for Mandatory)
In the body of activity
- File path (String)* - Path of the image to be added to a Word document. String and String variables are supported only.
Properties
Common
- Continue On Error (Boolean) - This property specifies when the automation keeps going if it has an error. Only have two possible values: True or False. True - allows the rest of the process to continue the execution even an error occurs within the activity. False (default) - blocks the process from continuing the execution.
Input
- Image Path (String)* - Path of the image to be added in a Word document. String and String variables are supported only.
Misc
- Display Name (String) - The name of this activity. You can edit the name of the activity to organize and structure your code better.
E.g: Add Image - Public (Checkbox) - If you check it, the data of this activity will be shown in the log. Be careful, consider data security before using it.