История страницы
...
The action checks whether the value in the cell is empty.
Action icon
Action parameters
Input parameters
- Context - Action context for working with Excel document.
- Column of the cell - Name of the column from which the data will be obtained. If the field is not filled in, the value from the "Column Index" field is taken. For example: С.
- Column index - Index of the column from which the data will be obtained. Indexing starts from 0. If the "Column of the cell" field is filled, the value in the "Column index" field is ignored. The default value is 0.
- Row of the cell - The index of the row from which the data will be retrieved. The indexing starts at 0. For example: 3.
Output parameters
- The output is a variable to which the value from the cell will be written. If the cell is empty, then - "True", if filled, then - "False".
Settings
Property | Description | Type | Example of filling in | Obligatory to fill in the field |
Parameters | ||||
Context | Action context for working with an Excel document | Excel instance | Excel context | Yes |
Column of the cell | Name of the column from which the data will be obtained. If the field is not filled in, the value from the "Column index" field is taken. | String | No | |
Column index | Index of the column from which the data will be retrieved. Indexing starts from 0. If the "Column of the cell" field is filled, the value in the "Column index" field is ignored. The default value is 0. | Numeric | No | |
Row of the cell | Index of the row from which the data will be retrieved. Indexing starts from 0. | Numeric | Yes | |
Results | ||||
Result | Variable to which the value from the cell will be written. If the cell is empty, then - "True", if filled, then - "False" | Boolean | true |
...