Is it possible to have error handling that doesn't just stop the flow but starts a subflow (to email me for example).
I can't seem to figure out how to do this - I don't want to have to put in error handling for every single step as my flow could fail at any point.
I just want to send myself a teams alert or email when the flow falls over.
Thanks