Error 142 | [Table] | Internode variables not supported in table column names
Relevant software:
Table
Emitted message:
Internode variables are not supported in column names
Description:
This error indicates that you have used an Internode Variable (e.g. {{variable_name}}
) in a column name within a Table Node. This is not supported, as it could lead to an indeterminate number of columns being generated.
danger
This error will prevent the Table Node from producing output until it is fixed.
Possible impact:
- The Table Node will fail to process, and no output table will be created.
Potential fixes:
To resolve this error, you must remove the Internode Variable from the column name.
- Edit the Table Node: Open the Table Node that is causing the error.
- Modify column names: Review the column definitions and remove any internode variable syntax (e.g.
{{...}}
) from the column headers. Column headers must be static text. - Use Internode Variables in cells: If you need to display the value of an Internode Variable, place it within a cell of the table, not in the header.