Hi there
This is the first time posting in the forum but a long time user of the forum. What I am trying to do, is to get a flow to trigger an sending an email when the date of a required audit approaches. The audit due dates are listed in a SharePoint list and you would think that this would be a simple thing to do. However, no matter how much I tinker and how much I see what others have done, I cannot get this to work.
This is what I have done:
@equals(item()?['Nextauditdue'], adddays(utcnow(),'mm-dd-yyyy')+14)
So basically I want this to send me an email when it is 14 days to the audit due date.
If anyone can shed light on this, I would be most grateful.
Solved! Go to Solution.
ok, I will try that solution. thank you
I can not see the formula used in the Apply to each step
@SmokeEater1996 , the apply to each step has been modernized since this thread was created.
What are you trying to accomplish? Which part are you stuck at?
To replicate something similar to the original post, I have in my apply to each step the following:
formatDateTime(item()?['Due_x0020_Next'], 'MM/dd/yyyy')
is equal to
formatDateTime(addDays(utcNow(), 30), 'MM/dd/yyyy')
The above is checking my "Due Next" column, which is filled with dates, are 30 days away from today's date.
I'm trying to do something very similar to what you have here, I will try that formula thanks.
@SmokeEater1996 I think you got several things happening here that I can already see:
What errors are you getting, if any?
So I'm not to sure this will help out or not,I have 0 experience with microsoft or coding/programming...
I've managed to upgrade my Android platform from 9 to 12+without documentation work adding microsoft. Downloaded flow today and learning about flow and buttons/push notifications and decided to share it with Edge and it said solved in green highlight to your link. So there you have it. Maybe you could return the favor...
Join digitally, March 2–4, 2021 to explore new tech that's ready to implement. Experience the keynote in mixed reality through AltspaceVR!
User | Count |
---|---|
85 | |
58 | |
51 | |
42 | |
38 |
User | Count |
---|---|
89 | |
76 | |
74 | |
62 | |
44 |