Hi,
I have created a flow to send an email when a new item is entered into SharePoint list 1.
There are 3 possible emails to be send depending on a condition (value or 5, 10 or 15). The 3rd email (count of 15) also has an approval.
They are all working fine.
I am wanting to get items from a second Sharepoint list by using a filter based on a value in the triggered item.



I added the initialise variable 1 to get the value as a string and it works:


In this case the value is s349987
I also added a second Get Items 1 which filters the second sharepoint list column field_18 if its equal to the initialize variable

I am
When i approve the condition15, it then doesnt send the email:

It doesn't have any items.
I am wanting to use content from both sharepoint lists in my email. One has a list of students and their behaviours and the second the parents - contractions, names and emails.
Any assistance would be appreciated.