How do I throw a user defined exception from an invoke code stage? Something like the following:
I would like for it to work like a normal throw:
Instead, it gives me the following generic error message which really doesn’t let me add any details.
As a workaround, I am forced to use an output variable and then an if condition to create a throw. But surely, there must be a more elegant solution?
2 posts - 2 participants