I am trying to take date from a task in Click up and transfert it to a google sheet. Every thing that I try in the action section doesn’t work. It only appeard random number when I try the retest step.
I try several thing but nothing working. I have no date in my test record that matching what I needed.
plz help me !!
Best answer by SamBBest answer by SamB
Hello and welcome to the Community, @T0m! 👋
Ah, it looks like ClickUp is outputting a UNIX timestamp as the value for the date of the transaction. If you go to your Google Sheets action and type in ts directly before the selected ClickUp field then that should allow the timestamp to be converted into a more readable date and time. See Interpreting dates, times and timestamps in Google Sheets
Be sure to not leave any spaces between ts and the selected field, for example:
Can you give that a try and let us know whether that does the trick?
Ah, it looks like ClickUp is outputting a UNIX timestamp as the value for the date of the transaction. If you go to your Google Sheets action and type in ts directly before the selected ClickUp field then that should allow the timestamp to be converted into a more readable date and time. See Interpreting dates, times and timestamps in Google Sheets
Be sure to not leave any spaces between ts and the selected field, for example:
Can you give that a try and let us know whether that does the trick?