Hi, I hope someone can help me with this.
I have a SharePoint list that the Flow is pulling from, one column is a 'Task status' that has three choices to choose from:
- Not started
- In Progress
- Completed
There is also a 'Due date' column.
I am trying to create a flow that will look across all list items taking a look specifically at the 'Due date' and determine that if this is in 21 days time it has met a condition and if the 'Task status' choice 'does not contain' 'Completed' then an email will be sent.
I can get it to send an email without the time being looked at, and i can do the reverse of that however what i am struggling with is applying 2 conditions as the time one seems to be ignored every time and although the email is being sent Flow is telling me it has failed.
Expressions are:
Any help will be gratefully received.