Description
Returns the current value in the column with the specified column name.
Syntax
COLUMNVALUE(<input>)
Arguments
| Argument | Type | Description | Optional |
|---|---|---|---|
| columnname | Text | Name of the column to return a value from | No |
| ignoremissingcolumns | Boolean | Flag to indicate whether missing columns should be ignored | Yes [Default = False] |
Returns
Object
Examples
| Expression: | COLUMNVALUE("Column_" + ColumnNumber) |
| Returns: | Current value from Column_N |
