Hello!
Currently, I have setup a monthly recurrence that will populate several tasks using Planner in Teams. The recurrence triggers on the 1st of each month, but each task under it populates on a different day. To do this I used the following example formula for the start and due date under the tasks:
addDays((utcNow(), 14)
This makes the task populate in the 15th of the month, since the flow triggers on the 1st.
I would like to have a way for it to not populate on weekends. For example, if the 15th is a Saturday, I would want the task you populate on the 14th instead (Friday). Is this possible by adding to the current formula above? Is there a better formula all together? Please advise!
Thank you.