Oct 30, 2023 01:51 PM
Hello,
I've encountered an issue with the DATETIME_PARSE function not correctly converting a concatenated date and time from two fields. Is there something I'm missing?
Solved! Go to Solution.
Oct 30, 2023 03:44 PM
Hey @Cody_Winchester ! Very close but instead of parse, try using DATEADD:
DATEADD({Date}, {Start Time}, 'seconds')
Oct 30, 2023 03:44 PM
Hey @Cody_Winchester ! Very close but instead of parse, try using DATEADD:
DATEADD({Date}, {Start Time}, 'seconds')
Oct 30, 2023 04:02 PM
Brilliant! Thanks so much @Arthur_Tutt. I was deep down the rabbit hole. I appreciate it!