Hi,
Is there an OOTB function to convert a datetime text to DateTime object?
The datetime string is of the format - YYYY-MM-DDThh:mm:ss.SSSZ (Example: 2018-07-20T09:09:26.000Z)
TIA
Regards,
Sunil Zacharia
Discussion posts and replies are publicly visible
Use the value function to parse text date into a date. see docs.appian.com/.../fnc_text_value.html