Hi team,
We're facing an issue with how dates are handled in Chatdata, affecting two scenarios:
AI Action – Message history export:
When exporting the conversation via an AI Action, the bot sends an incorrect timestamp (not the current date/time), which breaks the expected [Sender] (DD/MM/YYYY HH:MM) format.
Chatbot flow – Vacation request validation:
In a chatbot that validates vacation requests based on required advance notice, the bot compares the requested date with a wrong current date (e.g., October 2023). This leads to incorrect validations, even outside AI Actions.
It looks like the system's date reference (now() or equivalent) is not resolving correctly in both AI Actions and chatbot logic.
Thanks for checking this out.