Concatenate all the column values together

How can I concatenate all the column values together in Stackby using the CONCAT() function?

Use CONCAT() like this:

CONCAT({Column1}, {Column2})

in the “Concatenated Values” column to combine the values from specified columns.