The Google sheets instant trigger for a new row outputs the data from the row in an array. It is difficult to understand the meaning of this data from an array. Please provide a key:value map with the key being the column header and the data being the value of the cell. That provides a much more intuitive and meaningful output than an array of unmapped data.
The workaround to manually map the data and retrieve column headers is too complex and inconvenient.