Home > Workflow

How to send an email through Visual Studio workflow in SharePoint Hosted App

Hello, In this article, I will show you how to send an email through Visual Studio workflow in SharePoint Hosted App, I am using VS17, We have seen we can send email using SharePoint Designer, Microsoft Flow, and RET API. Send an email through Microsoft.SharePoint.DesignTime.Activities.Email activity is quite old but I

This Article is TAGGED in , , , , , , , . Read more

SharePoint 2010 Workflow are Retiring in 2020!

SharePoint 2010 workflows will be retired in 2020 Starting August 1st, 2020, SharePoint 2010 workflows will be turned off for newly created tenants.   Starting November 1st, 2020, Microsoft will begin to remove the ability to run or create SharePoint 2010 workflows from existing tenants. SharePoint 2013 workflows updates SharePoint 2013 workflows will remain

This Article is TAGGED in , , , , , , , , . Read more

How to get Current Site URL in Visual Studio SharePoint workflow

Using "LookupWorkflowContextProperty", we can retrieve Current Site URL. LookupWorkflowContextProperty retrieves a property from the workflow instance. LookupWorkflowContextProperty which return following properties. Associator: SharePoint app pool account when you first created the web application. [SHAREPOINT\system] Initiator: Get the name of the workflow Initiator, It will return user name who initiate the workflow Association Name: "UserInfoWorkflow -

This Article is TAGGED in , , , , , , . Read more

How to send an Email using workflow when items are created or updated in SharePoint?

This guide was created to provide a simple, step-by-step way for beginners to quickly learn how to send an email using workflow when an item is created or changed in SharePoint. Workflow is another great feature of SharePoint. Workflow triggers automatically once you setup workflow according your start options. There are two

This Article is TAGGED in , , . Read more