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...
Showing posts with label SharePoint Designer Workflow 2013. Show all posts
Showing posts with label SharePoint Designer Workflow 2013. Show all posts
Saturday, January 23, 2021
Tuesday, March 15, 2016
15
Mar
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
We need to create Site workflow
Workflow Structure:
Declare the build in dictionary
Call rest services:
Get log histroy all the username
...
Tuesday, February 23, 2016
23
Feb
In this blog, you can write the mail-address to the log,
Declare duedate =29/02/2016 & minus 7 days stored in date variable
After that we added condition,
...
23
Feb
In this article ,we have option for equal (ignoring time ) action in Sharepoint workflow.
...
Friday, February 12, 2016
12
Feb
Scenario :
Submitted, User1, 01/11/2016
Approved, User2, 02/11/2016
Rejected, User3, 05/11/2016
Completed,User4, 05/11/2016
Set WFvar1 to Current Item:Status
Set WFvar2 to [%Variable: WFvar1%] "New Status Update Line"
Set Status to Variable:WFvar2
Set WF3 to Currentdate&nbs...
Friday, February 5, 2016
05
Feb
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...