Showing posts with label Workflows. Show all posts
Showing posts with label Workflows. Show all posts

Saturday, January 23, 2021

23 Jan

How do I retrieve the value of a lookup-field in a workflow?

 The workflow is looking for a Date and Time field, but lookups return text. You need to return the field as Lookup text.Set Variable: lookupStart to Current Item:Lookup: Sprint Start Date, Return fields as Lookup Value (as Te...

Tuesday, March 15, 2016

15 Mar

How to Backup & Restore a SharePoint Designer workflow and add it another site?

Go to the site you have the workflows on Select Site Actions -> Edit in SharePoint Designer. Select “All Files” in the Navigation, then click “Workflows” Right-Click the workflow And go to “Copy” SharePoint Designer. Go to your destination site. Go to Site Actions -> Edit in SharePoint Designer. Right Click and...

Wednesday, February 24, 2016

24 Feb

REST API and Loop workflow to send email in SharePoint Designer 2013

We need to create Site workflow Workflow Structure: Declare the build in dictionary  Call rest services:  Get log histroy all the username ...

Friday, February 5, 2016

05 Feb

Using Dictionary Actions variables from SharePoint Designer 2013 Workflows?

Dictionary is a new kind of variable that can be used to save multiple values during the workflow .  Three actions specifically designed for the Dictionary SharePoint WorkFlow.  Build Dictionary  Count Items in a Dictionary  Get an Item from a Dictionary  Build Dictionary  create...

Friday, April 24, 2015

24 Apr

Workflows

...

Wednesday, January 28, 2015

28 Jan

Difference between Event Receiver and Workflows

Event Receivers It enables solution architecture designer ,admin Need to improve business process Sync and asyn process Can execute either before or after the operation Can cancel the operation Cannot be launched manually by the user Can be started manually by the user Not designed for user interaction Must be created...