sharepoint - Creating periodic/looping workflows -


I have a list whose name is Reminder_Link in which a dateTime is the date the date reminds me Want to create a SharePoint Designer workflow on that list which runs daily and checks whether the date of the reminder is equal to the current date or not, if it is equal then it will send an email.

Is it possible to do this? Any idea anybody?

You can not do this by using the SharePoint workflow. You should use custom timer jobs instead, See:


Comments

Popular posts from this blog

eclipse plugin - Run java code error: Workspace is closed -

ios - How do I use CFArrayRef in Swift? -

scala - Play Framework - how to bind form to a session field -