How can I add date/time data fields?

I cannot see any date fields i8n system bot or conversation data fields. How can I add date time to record when a chat is started. I am sending all the data by email and want to add the date time too.
Thanks in advance for any help.

1 Like

Hi !

You can use an “Operation” bubble to get the current date.

Then select the “Get current date (iso)” and store it into a text variable.

The variable will be automatically populated with the current date.

Check the other date operations to get other formatting or extract part of the date (day, month or year for example).

You can also use the split operation to extract the interesting part of the date from the iso format.