I have just started using Power Automate with Powerapps, and I'm trying to create a flow to check on an user list what users have admin privileges, so I can send them an email to approve or not a new user registration.
Before trying to sent the email, I'm trying to check if my flow will find correctly the users with admin privileges, so I have set a condition to make the check and "Create Item", which create an item at the same list with the value 1 if there is an admin user (YES property), and with the value 0 if the conditions doesn't match (NO property).

I get stuck on this part of the flow, because I don't understand what is going on.
Before running the flow, the list bellow had 14 items. The 1st and 8th items correspond to users with admin privileges. As you can see, the flow created new item with 1 for the 1st and 8th, as expected, since 1st and 8th users are admins.
The problem is that after that, it continues creating items with 0s (it created almost 100 items!!).

Any tips to work around that?
Since I gonna send approval email, I really would like to understand why that occurs to avoid sending a lot of emails to some admin user.