My flow runs smoothly but does not send the notification to all who apply as it is supposed to. I'm going to share my flow step by step and the list where the information is. I really appreciate any suggestions, examples, or comments to help me find the error.
1.

2.

3.

4.

Today + x days =
addDays(utcnow(), int(outputs('Days_to_remind_me_in')), 'yyyy-MM-dd')
x Days + 30 = addDays(outputs('Today_+_x_days'),30,'yyyy-MM-dd')
5.

6.

Filter Query =
concat(concat('ExpirationDate',' ge ', '''',outputs('Today_+_x_days')),'''',' and ', concat('ExpirationDate',' lt ','''', outputs('x_Days_+_30'),''''))
7.