I am trying to build out an automation rule that incorporates a rovo agent. I am struggling to get the logic down behind it.
Hi Andrew,
thanks for your interesting question.
The most reliable way to use a Rovo Agent response within an If/Else block is to have the agent return a simple, predictable keyword. Saving this response to a variable before the condition makes the logic more stable.
"If this is urgent, reply only with the word 'URGENT'. Otherwise, reply 'NORMAL'."agentDecision to the smart value {{agentResponse}}.{{agentDecision}} contains your keyword (e.g., `URGENT`). This is generally safer than checking for an exact match.Hope this helps get your logic working!
Please feel free to mark that answer as accepted so that other people can find it more easily.
Greetings,
Alex
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.