Hi,
I have a flow with an array. I would like to use the values contained in the array for a condition control. If the values in the array match DO NOT match what is found in a sharepoint column, the flow is to send an email for each item. The array is first converted into strings using split. The string is compared to the title column. See below:

The problem I am getting is that despite the condition is being properly marked (returns TRUE, FALSE, TRUE when the successful flow is triggered), I am getting an email for all three of the conditions. Additionally, The flow is triggering twice, and I am receiving duplicate emails.