CRM

DavidJKenton
Participant

'date of last meeting booking in meeting tool' not showing date in google sheet

SOLVE

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?delay until date is known.pngtime allowcation showing number instead of date.png

0 Upvotes
1 Accepted solution
DavidJKenton
Solution
Participant

'date of last meeting booking in meeting tool' not showing date in google sheet

SOLVE

All good sorted it. Realised the 13 digit number is a time stamp, used formula to amend to show the date correctly.

View solution in original post

0 Upvotes
3 Replies 3
DavidJKenton
Solution
Participant

'date of last meeting booking in meeting tool' not showing date in google sheet

SOLVE

All good sorted it. Realised the 13 digit number is a time stamp, used formula to amend to show the date correctly.

0 Upvotes
MRaman
Member

'date of last meeting booking in meeting tool' not showing date in google sheet

SOLVE

What is the formula you used? I have the same issue.

0 Upvotes
DavidJKenton
Participant

'date of last meeting booking in meeting tool' not showing date in google sheet

SOLVE

Hi MRaman,

I used the below formula.

=CELL/86400000+DATE(1970,1,1)

Hope this works for you mate.

Cheers