I have a workflow 5dcb0d8e9e94ef0007ccc557 where I’m using a data table created by a notebook.
The next step is using the “Table: get rows” node where I’m specifiying which field to use.
After that I’m using the “CSV encode” node which will later be used for an email.
The problem I’m having is the order of columns.
The output file from the notebook and the table both look correct, but the csv data shows up in a different order and I’m not sure how to fix that.