Reference column

Hi, good afternoon.
I would like to know how I can reference the columns for insertion into the table.
I used to be able to do it by dragging, but unfortunately I am not able to anymore.

Information on your n8n setup

  • n8n version: 1.33.1
  • Database (default: SQLite): MySQL
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app): docker
  • Operating system: win 10.

I did it this way, but this way the rows 0111301 and Rice cultivation are not inserted.

hello @miguelraatz

You should disable the Header Row switch and then you will be able to operate the rows

If you remove that option, it will count as enabled (by default).

thanks for the solution.