Read Cell Formula
Description
This activity extracts the formula of the specified cell and stores it in a variable.
note
This activity works only inside Google Context activity.
Properties
Location
- Spreadsheet Path / Id - Specify the relative spreadsheet path or Id in the drive.
- Cell Address - Specify a cell address from which you want to extract the formula.
Misc
- DisplayName – Add a display name to your activity.
- Private – Logs the variable and argument values at the Verbose level when unchecked.
Optional
- Sheet Name - Specify the sheet name from where you want to extract the Formula. By default, it will fetch from the currently active sheet.
- Continue On Error – Specifies if the automation should continue even when the Activity throws an error. This field only supports Boolean values (True, False). The default value is False.
note
Catches no error if this Activity is present inside the Try-Catch block and the value of this property is True.
Output
- Formula - Returns the extracted Formula.
Example
Download Example