Hi,
I have been trying to create a flow, in order to trigger automated emails to respective parties to notify that their campaign ends within 2 days prior to the End Date. The list which contains information on the End Date and other campaign information is up on Sharepoint.
So far I have done the following:
- used a 'Recurrence' to schedule the flow to run once per day
- used the 'Compose' to create a variable: End_x0020_Date eq addDays(utcNow(),2,'yyyy-MM-dd')
- used 'Get items' and invoking the output from Compose within theFilter Query field
- And 'Apply to each' (view the following image):
The first three steps had succeeded - the 'Get items' has identified the campaign which ends in 2 days. However, I am still having difficulties in the last method for Apply to each for the comparison.
Any assistance would very much appreciated 🙂