Hi,
Without seeing a full flow run, with data in and out of each Action, then all I can go on is that you aren't returning any records.
looking at your partial flow run, it doesnt seem to have done anything inside the loop.
Can you please share your entire Flow Run, with all steps opened up.
Again my guess is you have no records to loop through, so you need to verify that the data is a match. To verify the match, add a Compose above your Get Items.
In the compose put your Filter so that you can see what values are being used.
My guess is your Date format/value is probably off so pick a row that you know should be XYZ details. And then you can see exactly what is there.
Now another thing you can do, is add another Get item not items, specifically make it pull the 1 row that you have the SharePoint ID for. Then you can see the Date values etc for that row. Now you use that to compare the format against what you did for formatting in your Get Items.