Home > SharePoint 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 customize workflow email body?

Hello everyone, today we will discuss about customizing work flow email body. Steps to customize workflow email body using SharePoint designer workflow Open your site from SharePoint designer 2013. Create a Custom workflow on the list Enter Name “Send an Email” and description “Send an email when customer data added". Select workflow platform

This Article is TAGGED in , . Read more

How to give item level permission through SharePoint workflow?

Sometimes we need to give item level permission for the submitted items in List so that submitter cannot manipulate submitted data. In SharePoint workflow, feature called Impersonation step help to give permission on item level. Steps: Create workflow for the list where you need to apply item level permission Select Platform type as

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