Get Field
To retrieve the current value of column in a row
Parameter
Parameters | type | description |
---|---|---|
columnId | String | Unique Id of the column |
Syntax
or
Returns
Returns the value of the field, and the data type of the value varies based on the field type.
Example
To retrieve the names of the previous companies an employee has worked for from the work experience table, specify the corresponding column ID, table_col1, and retrieve the values.
In this example, the returned data type will be text
.