Join Discord
Powered by
Failsafe Transitioning
# 🤝help
m
many-stone-8718
04/11/2024, 6:26 AM
Basics of the workflow: 1. Ask the user for a restaurant they're looking at 2. Provide a restaurant review I've written from a CSV Problem lies with: If I haven't done a review on a specific restaurant. From the log, it does state that it found nothing, but I can't find the right transition. On Failure doesn't work. Is there any solution to this? Thanks
https://cdn.discordapp.com/attachments/1227867341073809488/1227867341237522442/discord.png?ex=6629f792&is=66178292&hm=2491d6a587aeebfbff22f0109e838a7e5d091f483aa796ff8ce57e185b5f6e33&
f
fresh-fireman-491
04/11/2024, 11:40 AM
Hey there, I believe the on failure is for capturing the variable, which shouldn't fail here. You should use an expression card with this in it:
!turn.KnowledgeAgent.answer
. This will transition when it isn't able to find the answer to the query
2
Views
Previous
Next