Hi everyone,
It seems that it’s impossible to get a rovo agent to display any (error) messages if you use the actionVerb
as CREATE
. The only change I need to make in order for it to work is to use GET
and it beautifully displays any messages, error or not, back to the user. I only really need it for errors.
However, I do want to use CREATE
, because that’s what the function the agent will call does and I do like and want it to confirm the parameters and have that nice Confirm
button.
Is this a known issue? Did I miss something in the docs somewhere on how to make this work for CREATE
?