Hi Everyone
I need to Create a scheduled flow that runs weekly.
The flow should retrieve items from a SharePoint list and identify the dates in the "Next Action Date" column.
One week after the "Next Action Date," the flow should send an email to the requester listed in the SharePoint list.

Could anyone please help to fix the flow
I got stuck with adding condition to the flow
@items('Apply_to_each')?['Next_action_date'],addDays(utcNow(), 7))
the condition which Iam trying to check is if the next actiondate +7 = true I will send a email to the requestor corresponding to the email ID column from the Next action date