I have a workflow field that i need to separate the Date and Time on its own individual field, and i'm unbale to determine what function to use to accomplish this. For example,
Creation_Date: 2022-10-16 07:48:01.000
I need to create a Create_Date column with 2022-10-16 values only and Create_Time with 07:48:01.000 (without the .000)
Please advise.
Thanks.