Introduction In this article, I want to cover very common scenario of any business system it is alert notification or reporting subsystem. Usually that functional is responsible to notify end users about new events, overdue tasks and sending summary reports via e-mail. I want to review a couple of simple cases. Which I hope, you

Read More
How to send periodic expiration email notifications in Office 365 and SharePoint 2013 Workflows

It is common scenario when you did some customizations, saved site as template and want to reuse it in SharePoint 2013. Such site templates can include workflows with custom workflow actions. Unfortunately if you save site with custom workflow actions as template and then try to create new site you can receive such annoying error: Microsoft.Workflow.Client.ActivityNotFoundException:The

Read More
Deploy custom SharePoint 2013 workflows with site template

I ran into another request recently which tied closely to a solution that I previously built a blogged about: Utilizing new related items column via workflow.  In that solution we had a custom list tracking project deliverable information and a document library used to stored the final documents.  When final deliverable documents were uploaded, the

Read More
Setting a Multi-Value Lookup Column Using SharePoint Designer Workflow – Part 1