Hi there,
I am facing a strange issue where a contains function is always resulting in false.
I have 3 compose actions for simplicity.
Compose 1 has the following inputs -
items('Apply_to_each')?['emailaddress1']
Compose 2 has the following inputs (this compose action contains outputs of an Array variable action higher up in flow) -
variables(userEmailArray)
Compose 3 has the following inputs - contains(outputs('Compose_2'), outputs('Compose_1'))
Strangely this always results in 'false' even though I know it should be true. I have double checked the email coming out of Compose 1 is in the Compose 2 results. I have also tried using trim and toLower to get rid of spacing or uppercase values but no luck.
Really stuck here so any help is appreciated.
Thank you.