Voiceflow PartnersVPVoiceflow Partners
Powered by
ill-bronzeI
Voiceflow Partners•3y ago
ill-bronze

JavaScript card error

Hi, I'm creating an appointment set bot and I'm having some issues with the javascript card in Voiceflow. I want to take a date that the user entered (stored in the "userFormattedDate" variable) and check if the date inside the variable is a weekend. If the date is a weekend the user will be directed to 2 other paths "Saturday" or "Sunday", if the date is a normal day of the week the user must go to the default path.

For this I am using the following code:

function checkFinalDeSemana(userFormattedDate) {
var dayOfWeek = userFormatedData.getDay();
if (dayOfWeek === 6) {
return 'Saturday';
} else if (dayOfWeek === 0) {
return 'Sunday';
}
}

My problem is that the code doesn't recognize when it's the weekend, it always goes to the default path and retrieves the "no variable change" message. I think my code is correct, which leads me to imagine that the problem is related to some interaction between voiceflow and js.
Voiceflow Partners banner
Voiceflow PartnersJoin
Exclusive community for Voiceflow Solutions Providers & Content Creators.
13,076Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?
Recent Announcements
jacklyn

# Let your agents search the web 🔎 Hey everyone! We just released the web search tool for the agent step! Your agents can now automatically search the web for information, letting your agent supplement the LLM's knowledge and the data in its knowledge base with live, up-to-date information. Plus.... * You can restrict searches to specific domains, so your agent only searches sites that you own * This is a tool, so you remain in control of when the agent searches the web * Results are automatically summarized in a way that your agent can automatically understand Under the hood, we're using OpenAI's web search API. Give it a try, and let us know what you think! https://docs.voiceflow.com/changelog/native-web-search-tool

jacklyn · 4mo ago

jacklyn

jacklynbiggin's Thread

jacklyn · 4mo ago

hurt-tomato

connor_maclean's Thread

hurt-tomato · 4mo ago

Similar Threads

JavaScript
colossal-harlequinCcolossal-harlequin / ❓┃ask-a-question
2y ago
Javascript block help
sacred-roseSsacred-rose / ❓┃ask-a-question
2y ago
In the javascript node I am getting the error
UmairPerwaizUUmairPerwaiz / ❓┃ask-a-question
8mo ago
Custom Javascript Code Help
military-pinkMmilitary-pink / ❓┃ask-a-question
3y ago