Hello community,
I have a flow that use action launch new Microsoft edge 2 times. After the flow ends or got any error, I use label to go to error handling and close webbrowser1 and webbrowser2.
But I found a problem with my flow that if the error happens in between when webbrowser1 is opened but webrowser2 hasn't, yet I will get another error.
So do you have any idea how I should change the error handing or if there's any way to check whether the webpage is open or not (not using if webpage contains)
