Home > SharePoint 2013 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

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

Email with an attachment from SharePoint document library using Microsoft Flow

Hello everyone, in this blog we will discuss on 'Email with an attachment from SharePoint document library' using Microsoft flow. In SharePoint, we have two option for sending an email with attachment either by Workflow or Microsoft Flow service. Here we will discuss on Microsoft Flow service. Steps: Create a flow with one of

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

How to Set Value in URL column using SharePoint 2013 Designer Workflow

URL column type is consists of two part, one is Actual URL and second is the description for the URL. So Internally URL store the data like {Actual URL, Description}. Note there is a space after the comma and before the Description. In order to set the value in URL column using

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