I'm creating a list pulled from a form. One of the fields is a future date, before which certain items need to be accomplished. From that date, I'd like to create different tasks for the team. This specific task needs to be completed 14 days prior to the end date.
The only expression I'm seeing is "subtractfromTime", but am having trouble understanding how to organize that expression in order for the flow to work.
Solved! Go to Solution.
Hi @lbell
The silly mistake due to which you are getting those vague values for month is you are using mm (which denotes minutes) you should use MM (which denotes month).
Hope this Helps!
Hi @lbell
Can you please share more details on this?
In case you want to subtract 14 days from a variable "x", you can use the expression
addDays(variables('x'),-14)
Just tried this a different way... sorry for the lack of detail. This should have more info.
I'm creating a flow starting with the Schedule, Recurrence once every day. I'm pulling dates from a Sharepoint list, but the error is in the Filter Query. This is what I put in the field, trying to set up a reminder for a contract renewal 5 weeks (35 days) prior to expiration.
Hi @lbell
The silly mistake due to which you are getting those vague values for month is you are using mm (which denotes minutes) you should use MM (which denotes month).
Hope this Helps!
Hi @lbell ,
Thank you for posting on the Flow Community Forum! Have you had an opportunity to apply any of @yashag2255 's recommendation to adapt your Flow?
If yes, and you find that solution to be satisfactory, please go ahead and click "Accept as Solution" so that this thread will be marked for other users to easily identify!
Best Regards,
User | Count |
---|---|
87 | |
72 | |
44 | |
26 | |
25 |
User | Count |
---|---|
42 | |
25 | |
23 | |
23 | |
17 |