So i have a flow for the enduser to apply a workID which i use the "get userprofile" function for via a forms setup.
However, its very dependent on the user to type the correct workID, otherwise the flow fails, i want to add a condition that if the flow succeed the normal flows go about and does what it does.
In the case the enduser provide a workID that does not exist, either by mistyping or whatever, i want it to send a mail to the responder mail that the flow failed and tell them to enter an existing workID correctly.
This is how it looks right now:

What would the best way to go about it? I assume i would use the Condition (Villkor in swedish) function, but im unsure where to put it and how i should use it correctly.