Is cell empty Version 1 (Net)
Action group: Tables
Description
The action checks if the value in the cell is empty.
Action icon
Settings of parameters
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
Data table | Table for which the action will be performed. | Robin.DataTable | Yes | |
Column name | Name of the column from which the data will be retrieved. If the field is not filled, then the value from the «Column index» field is taken. | Robin.String | No | |
Column index | Index of the column from which the data will be retrieved. Indexing starts at 0. If the «Column name» field is filled in, the value in the «Column index» field is ignored. Default value is «0». | Robin.Numeric | No | |
Row index | Index of the row from which the data will be retrieved. Indexing starts at 0. | Robin.Numeric | Yes | |
Results | ||||
Result | A variable of the bool type in which the received data will be stored | Robin.Boolean | true |
Special conditions of use
None.
Example of use
Task
There is a table in CSV format
It is necessary to check whether cell A1 is empty.
Solution
Use "Get table from CSV", "Is cell empty" actions.
Implementation
- Assemble a robot consisting of actions:
- Set the parameters for the "Get table from CSV" action.
- Set the parameters for the "Is cell empty" action.
- Click "Start" in the top panel.
Result
The program robot completed successfully.
The cell is not filled.
Обзор
Инструменты контента