Hey guys just watched the ai appoitment setter for retell ai and n8n and the only issue i am having is when i say tommorow at 10 am it doesnt book it in but if i say wednesday the 24th at 10 am it books them in but customers wont be saying that so does anyone know how to fix this issue i belive its something to do with my retell ai prompt
@Cameron Jeffreys Cameron, the issue is likely with how the prompt is handling relative dates (like ‘tomorrow’ or ‘next week’) vs. absolute dates (like Sept 24). Retell AI/n8n don’t automatically translate relative terms unless you add a function that references today’s date and then calculates the offset. A quick fix is to include something like: ‘When the user says relative dates (tomorrow, next Monday, etc.), interpret them using today’s date as the base and convert into a full date/time before booking.’ That way, the model parses ‘tomorrow at 10 AM’ correctly and passes it to your calendar in the right format.
Hey everyone, I'm trying to implement conditional logic in my n8n workflow, but I’m stuck. Specifically, I need to make a decision point where if a condition is met, the workflow will go down one path, and if not, it will go down another. Can anyone help me with the steps to set this up properly in n8n? Appreciate any guidance!" Would that work for what you need?