We use cookies to make HubSpot's community a better place. Cookies help to provide a more personalized experience and relevant advertising for you, and web analytics for us. To learn more, and to see a full list of cookies we use, check out our Cookie Policy (baked goods not included).
Apr 7, 2022 6:30 AM - edited Apr 7, 2022 6:52 AM
Hi,
I have created a workflow to populate a google sheet, which as below is populating the data as I have instructed.
However, the column 'Time Allocation' which is populated when a customer has booked a meeting using the meeting tool and it does work but the data doesnt appear as a date, its just a random number. I have tried formatting the column to date but that doesnt seem to work.
Can anyone let me know what I am doing wrong?
Solved! Go to Solution.
Apr 7, 2022 8:45 AM
All good sorted it. Realised the 13 digit number is a time stamp, used formula to amend to show the date correctly.
Apr 7, 2022 8:45 AM
All good sorted it. Realised the 13 digit number is a time stamp, used formula to amend to show the date correctly.
Jul 22, 2022 2:58 AM
What is the formula you used? I have the same issue.
Jul 22, 2022 4:10 AM
Hi MRaman,
I used the below formula.
=CELL/86400000+DATE(1970,1,1)
Hope this works for you mate.
Cheers