Hi, I know this is pretty basic, but how can I mak...
# 🌎general
b
Hi, I know this is pretty basic, but how can I make the chatbot aware of the current date and day of the week?
e
Are you using an AI Task or a Knowledge Base for storing the working hours info?
If you are using just an AI Task, add this to the input:
Current date: {{new Date()}}
If you are using a KB, it's gonna require some workaround.
b
I was using Knowledge Base. I will try the AI Task. Thank you for the help!
e
Sure, let me know if that works!