How to get Time in Automation Template

In my automation template I need time, but I am having column type as Date Time. What I need to place to get only time

Solved Solved
0 1 117
1 ACCEPTED SOLUTION

Please try TIME([DateTime Column Name])

or alternatively

TEXT([DateTime Column Name],"HH:MM:SS")

View solution in original post

1 REPLY 1

Please try TIME([DateTime Column Name])

or alternatively

TEXT([DateTime Column Name],"HH:MM:SS")

Top Labels in this Space