I know this is right on the tip of my tongue so to speak, but I just can't seem to get it fixed.
I have a SharePoint library and one of the columns has a "Next Review Due" date in it. Items must be reviewed annually. So I have it set to send out emails to document owners 30 days before the next review date. That part of the flow seems to be working fine. But I want an email sent every time the process is run and if there aren't any documents due to review in the next 30 days, I want the email to say that.
Currently the process is reviewing each line and sending an email for each document on whether or not it's due in the next 30 days. I know this has to do with the Foreach and where my condition is, but I don't know where to put the info.