Image Loader
This action is used to load an image from a URL or from a file reference. Some URL requests require authentication, so there are optional properties that pass user name and password credentials to a request.
The EncodedImage property stores the image as a string and allows interaction with the Image Saver and Send Mail actions.
The properties for this action are listed in the following table:
Property | Data Type | Access | Use |
| String | In and out | Controls the URL that is used to load the image. It can be a Web URL such as |
| PNG or JPEG | Out | Contains the content of the loaded image. If the load attempt is unsuccessful, this property remains empty. You can use this property to link the output of this action to another action. For example, you can map the |
The following properties also apply to this action.
Timeout
LoginName
LoginPassword
Success
For more information, see HTML Loader.