Back to All

How can I make mapping take the column from the data stream rather than makeing the entry a constant?

I want to map a column in my data stream, but when I plot the name of the colume (e.g. first_name), the UI adds [`] back single quote with the entry.

instead of .... first_name
it becomes ..... first_name

What is the correct way to enter the column name so that it maps from the data stream column?