Good morning, I am new to flows. I have a sharepoint list with items that have a column named PM DATE. What I am trying to do is create an automated flow to compare today's date to the PM DATE column for all the items to see if todays date is 30 days or less away then send an email. I've watched quite a few videos and tried but cant seem to get the right results. So far I have:
Recurrence set up okay
Compose / convertTimeZone(utcNow(),'UTC','Eastern Standard Time','MM-dd-yyyy' )
Get Items- pulling in my sharepopint home address and correct list
This step is where i need help ....... every video says an APPLY TO EACH (this is where i need help)
I know how to send the emails in the True condition.