Hello everyone,
I have built a flow that works quite well so far. Unfortunately, I'm having issues with error handling. Within my scope (Try), I have several conditions, and if an error occurs on either the true or false side, the condition only shows a general error and not the complete error from the specific action it concerns.
The actual error (which I introduced) is at the bottom left.
Here is the error message frome the actual error.
In my Catch block, I can only catch the general error.
Can someone give me a good idea on how to solve this?
Thanks
Florian