
Announcements
Hi,
I'm very new to Flow and need some help with figuring out how to setup what I'm trying to do. Here the issue:
I want to take a Sharepoint List and reset all of the tasks due dates to 2 weeks ahead of their current due date and clear the progress column so all tasks are showing as not started. I have no JSON experience and this is my first time attempting to use flow. Here are the columns I want to "reset" on my list:
Any suggestions would be greatly appreciated, thanks! 😊
You can Get all the Qualified items using Get Items. Then loop through each one. Using addDays function compute a new due date and store it in the variable. Then use Update Item action to update Task status and pass variable to due date.