I am struggling with the Condition failure step.
Plan:
1) I have a sharepoint List, with users inside (name, e-mail, activity column)
2) This activity column has to be updated from O365 (yes, no)
3) I search for the users' email addresses with "Search for users (V2) where "Is search term required" is set to No.
4) After the search a Condition work with: accountEnabled is equal to true.
5) If yes, the List's Activity field should be updated with "Yes" text | If no, it should be updated with "No" text
List:
Flow:
Problem:
If the user exists in O365, it works, the "Yes" answer will be updated in the List.
But for non-exisiting users (tested with dummy email), the Condition does not do anything, the "No" will not be updated.
I don't understand why, if it seems clearly that the "if yes" was not true, so the "if no" should be go.
Which is interesting, that the same works great with "Get user profile (V2)" action, but it's not good for me because I need to search for email addresses instead of UPNs (it's not always the same).
Thank you!