SharePoint - Auto-increment dates in new records?
Posted
by ACal
on Stack Overflow
See other posts from Stack Overflow
or by ACal
Published on 2010-04-05T19:14:08Z
Indexed on
2010/04/05
21:03 UTC
Read the original article
Hit count: 215
Hello,
I have a list that's going to be updated with relatively static data weekly, and I wanted to create a workflow to do this automatically. The only field I'm having trouble with is Start Date.
I want the new Start Date to be exactly one week after the previous week's (row's) Start Date, but I can't figure out how to capture this. I can't seem to find an easy way to get the value of the previous row.
Now, theoretically, I could just have the workflow run once a week on a given day and use [Today] as the value for the field; however, a requirement is that the list can be populated a few weeks in advance if needed.
Thanks in advance for any help you can provide!
© Stack Overflow or respective owner