Help Centre › Functions & Formulas
For a full list of available calculation functions, please read What calculation functions are supported.
This article describes the formula syntax and usage of the ISIMAGE function and is applicable to both the RPA and Cloud Automate's calculate functions.
Description
Returns TRUE if value represents a path or filename of an image, or FALSE if value is anything else.
Syntax
ISIMAGE(value)
The ISIMAGE function syntax has the following arguments:
- value - Required. The value to test.
Example
| Formula | Description | Result |
| =ISIMAGE("image.jpg") | Checks whether "image.jpg" is a valid image path | TRUE |
Errors
For a full list of formula errors, please read Formula errors.