Parabola Table Timestamp Export

Hiya
I am trying to build a flow whereby each new entry into a Google Sheet can get a unique timestamp for when that row of data was entered and then export the whole row (including the new timestamp) to another Google Sheet.
I have found Parabola Tables are able to do this (and update the timestamp against an existing row of data if that row gets updated in any way) BUT, this timestamp does not display in the workflow, nor can I output it. It only shows up on the flow’s dashboard and incidentally, you can export the dashboard to CSV where the timestamp does indeed show up - so the question is - why can’t I just export the timestamp directly from the flow to my Google Sheet?
Thank you in advance.

Hello! You can add the timestamp without using a Parabola Table by using an “Add Date and Time” step. By default, this step adds a column with the current date and time,. You can configure it to offset from another time, offset from the current time, and so on. You should then be able to export to Google Sheets with no issue!

Thanks Ethan

I found that function, but basically it updates the time on all rows on each import which isn’t what I am looking for. Anyway - I think I have found a work around. Thanks