Hello everyone,
I have created a flow that sends an email every time there is a typo with an email that has been inserted inside a Power App (to warn the user of the app of the mistake).
Unfortunately, due to constrains in the app (business purpose) I cannot use a people picker tool to get the correct email to begin with.
Indeed, users copy paste user's email in a text box and they can copy paste multiple at once (hence the split emails variable in the flow).
The flow checks using the Search for Users function if the email is inside our company database.
The flow sends an email only when the email is not found in the database (empty part of the formula = Screenshot if expression). To achieve that I have created an IF expression (screenshot attached) that returns 1 every time the email is not found.
The condition Current item = 1 then triggers the email. However, this last part is not working properly. Meaning, whenever the email is wrong (Screenshot Empty email) the value return is empty and the condition is not even triggered. Therefore, the flow terminates unsuccessfully.
I hope I have been clear :) anyone has any lead on how I can fix this?
Thanks