Let’s talk Alteryx Copilot. Join the live AMA event to connect with the Alteryx team, ask questions, and hear how others are exploring what Copilot can do. Have Copilot questions? Ask here!
We’re experiencing technical issues with our vendor that are affecting license activations for Designer Desktop. We don’t yet have an estimated resolution time. We apologize for the inconvenience and will share updates as we have them.
Start Free Trial

Alteryx Connect Discussions

Find answers, ask questions, and share expertise about Alteryx Connect.

Catching the error when workflow breaks at runtime

vasudeva1997
5 - Atom

I have a existing workflow where I want to catch any errors that occurs during run-time of the workflow.

I want to implement something like

try{

Tool:1

Tool:2

Tool:3

Tool:4

}

catch{

// Do the handle part

0 REPLIES 0