I realized that the Date Range widget is not working on Telegram.
Therefore, I had two separate date inputs for start date and end date without the date widget.
How can we use a cloud function to validate the date input from the user so that:
- The start date is a future date
- The end date is greater than the start date.
I tried to look for an example on how to access a Journey’s variable from the documentation but to no avail.