Your information is not enough.
In the array, it only has Name and Email.
So, in the loop, the condition (I guess), should be
equals(items('Apply_to_each')?['Name'], variables('varBUName'))
or just use item()
equals(item()?['Name'], variables('varBUName'))