Hi there,
Im new to this community.
I have some simple problem (i hope is simple 🙂 )
I have a SharePoint list in which I'm collecting answers on some Form I got.
There are 100 questions with possible answers "Yes" and "No"
The flow is triggered when a new set of answers in the Form are submit.
The issue is that I want to send an email in which are shown / filtered only the Columns that have value "NO"
I'm creating the Item successfully.
I'm getting the ID of the Item successfully.
I'm creating and send the email successfully.
I just cant filter the columns with the values I need so I can put them in the email.
I tried to use ODATA filter, Arrays ... no success.

I couldn't find something similar or something that could help me.
I hope someone from this great community can help.
Thanks