@tommasopalomba a pretty basic code with columnExists:
out_colExists = columnExists(v_var_column_to_check) ? 1 : 0;
will give you a flow variable that you can then further use to steer a switch or something.
@tommasopalomba a pretty basic code with columnExists:
out_colExists = columnExists(v_var_column_to_check) ? 1 : 0;
will give you a flow variable that you can then further use to steer a switch or something.