Reputation: 1
I am new to Sharepoint. I have a list where the date is given in a column and on that particular date the workflow must automatically trigger.
I went to sharepoint designer but couldn't set the value to date.
How do I trigger a workflow automatically by a particular date??
Please help. I would really appreciate your help.
Thanks!! Sharmi
Upvotes: 0
Views: 769
Reputation: 10638
My best bet would be to just start the workflow when the item is added / edited and then add a waitactivity that waits for the period of time from now till the set date.
Upvotes: 2