Sensor data to Google Sheets - Multiple Fields

Apologies for this very basic question but - I’m trying to store temperature data in a google sheet. It works but the flow below only puts the temperature in the sheet and I would like the current date/time as well so I end up in my spreadsheet with two columns.

|23 Aug 2021 16:15|28.2|

What do I need to change to my flow to get this date/time column passed to the google sheet component?

Connect portugal temperature directly to a debug node, choose complete message object in the debug. Look at the message in the debug. hover over the value you want, the timestamp, on the right icons will appear. choose the icon for copy path. You now need to assign that to a column.

1 Like