Hello,
My goal is making a flow that sends out a birthday alert to our staff via Microsoft Teams 1 day before their birthday or half birthday. I have tried multiple different methods, but they all come down to the same result (The flow was succesful, but it failed to send the message to teams because the branching condition is not satisfied.)
My most recent attempt is this:
- I added a column that automatically subtracts one day from their birthday (Column Name: Birthday Alert)
- I added another column that automatically compares the day before their birthday, to todays date. (Value of 1 or 0) (Column Name: Birthday Alert Today?)


- I set up "Reccurence" --> "Get items" --> "Apply to each" --> "value" --> Condition: Birthday Alert Today? is equal to 1
- If yes: Send a teams message. If No: Do nothing

It returns the error below.

How can I fix this issue?
and if this issue is fixed, and the branching for the condition for the Teams message is still not satisfied, how do i fix that?
Also, could this be causing the issue?
As you can see, my sharepoint list items that have a birthday tomorrow are showing a value of '1'.

But when I filter that column by '1', it says there are no items that fit that criteria.

Thank you
I am very new to Power Automate, so please explain it to me like im 5 years old if possible 🙂