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?
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?
Hey @Cody_Winchester ! Very close but instead of parse, try using DATEADD:
DATEADD({Date}, {Start Time}, 'seconds')
Hey @Cody_Winchester ! Very close but instead of parse, try using DATEADD:
DATEADD({Date}, {Start Time}, 'seconds')
Brilliant! Thanks so much @Arthur_Tutt. I was deep down the rabbit hole. I appreciate it!
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.