This workflow is/ should be done by using SharePoint Designer. There are only a few ootb statements, new one have to be designed, with and without use of Visual Studio.

learn more… | top users | synonyms

2
votes
2answers
27 views

Configurable Email Templates - SharePoint 2010 Designer Workflow

We are planning to store email templates for SP 2010 Designer Workflows in a SharePoint list. The emails which the workflow will send out will contain dynamic content, for e.g. Current user's name, ...
0
votes
1answer
30 views

Workflow information combine to one view/list

I current have a list setup in sharepoint, with workflow created. I have created the rule using custom workflow created in designer. 1)First guy fills in content of list and starts the workflow. 2) ...
1
vote
0answers
10 views

Reusable workflow skipping steps

I have a very pressing issue. I have exported all site content types and columns and imported them in another sharepoint environment. There were some lookup columns that were used in the REUSABLE ...
0
votes
0answers
21 views

Problem with SharePoint 2013 Azure workflow deployed on production farm

I am having a problem with a SharePoint Designer 2013 workflow which has been deployed onto a production farm as part of a site feature. It is working perfectly on our development farm, upon ...
1
vote
1answer
53 views

Export Custom List to Excel using Workflow

I am running Sharepoint Online and have a question about Export to Excel using a workflow. I currently have an Approval workflow that is initiated when the user fills out their web form. I want to ...
1
vote
1answer
17 views

Get Workflow ModificationID via JavaScript Client OM

I create a dynamic link to the workflow Midification form in SharePoint 2010. I can get all of required parameters such as ItemID, ListId and Workflow InstanceId via Javascript OM. The only problem ...
0
votes
1answer
25 views

Workflow to trigger email notification when new document is added/edited not sending email

I am new to SharePoint, especially SharePoint 2013... I have created a workflow via SharePoint Designer 2013 with the following conditions- If a new document is created with the "Date Created" ...
0
votes
1answer
34 views

How can I use data from Managed Metadata Columns in Workflows and Calculated Fields?

It seems that sharepoint does not allow MM columns to be used in calculated fields, and I'm not sure how to use them in a workflow either. Can someone please inform me as to how I can use terms in the ...
2
votes
0answers
16 views

Using author.dll with the Call HTTP Web Service action in SharePoint Online

Has anyone been able to use the SharePoint Designer "Call HTTP Web Service" action with the _vti_bin/author.dll methods? In particular, I'd like to move documents and their version history from one ...
0
votes
2answers
32 views

sharepoint 2013 workflows start on date

I have a requirement of starting a specific alert to user at the beginning of the month, can I do that with SharePoint Designer 2013 workflow? Was it changed from 2010, in 2010 we could not do that
0
votes
0answers
34 views

Error while publishing the workflow in sharepoint designer 2013

Currently, I've configured workflow manager in sharepoint server 2013 for using shareoint 2013 workflow in designer. But, while publishing the workflow, it shows following error: ...
0
votes
2answers
90 views

Error: The option for the SharePoint 2013 Workflow platform is not available in sharepoint designer

Currently, I need to develop a workflow with looping feature and I googled that it is available in sharepoint 2013 workflow. But, when I tried to create a workflow for sharepoint 2013 in sharepoint ...
0
votes
2answers
31 views

Workflow could not update the item - Unknown Error

I'm using SharePoint Designer 2010 with a List workflow and I'm receiving the following error. Description: "The workflow could not update the item, possibly because one or more columns for the item ...
0
votes
0answers
9 views

SharePoint 2013 Workflow Versioning

I'm trying to figure out how to prevent SP2013 from terminating existing WF instances upon a new version deployment. Workflow Manager can natively upgrade running instances, as reported in MSDN code ...
0
votes
0answers
17 views

Append a text or Column value in Consolidated Comments

In my approval task form there is a set radio buttons. So basically my requirement is like that suppose first approver selects one radio button and approves the document that in consolidated comment ...
0
votes
0answers
28 views

Not able to use custom workflow template

I want to use a 2013 reusable workflow, which I have installed from a .wsp solution package. Here are the steps I took: Create very simple workflow(2013 reusable) in SPD2013 save the WF as a ...
1
vote
1answer
34 views

Issue with OOTB publishing Workflow

Yesterday I encounter a strange issue on SharePoint 2013 site I have a simple list with basic columns like Title, description, thumbnail (url of picture to displayed) on which a simple OOTB ...
1
vote
3answers
58 views

Is it possible to start a workflow only when a specific column is changed?

I created a workflow with "start on change" and I was wondering if it is possible that the worklfow only starts if a specific column of mine changes ("reminder_send"; YES; NO). Because sometimes I ...
0
votes
2answers
31 views

workflow pause until x - queued?

If I use a workflow which starts on change but I also add a pause until 12PM then this workflow will be "queued" right? But what happens if I change something again? Will the workflow start a second ...
0
votes
0answers
71 views

How to send email with link or summary of all tasks?

I want to create a workflow which starts every "weekday" at "x time". But my problem is this: Everyone should only get 1 email with a summary of all open tasks for him and with a link to all of this ...
0
votes
1answer
80 views

copy all items from list to another using sharepoint designer workflow

i am trying to copy all items from one list to another based on conditions, the problem is the the item will copy only once i update the item using [Current Item], is there any way to copy the item to ...
2
votes
2answers
46 views

Prevent target=“_blank” on Workflows

We have recently upgraded from SharePoint 2007 to SharePoint 2010. Now whenever a user clicks on a workflow to run on a list item it opens the initiation form in a new window. I have gotten 20+ ...
1
vote
1answer
32 views

Cannot open Workflows list after deleting a workflow

I deleted a workflow from SharePoint designer and now whenever I try to open the Workflows dialog on a list item it gives me the "An unexpected error has occurred" box. I suspect that this is because ...
0
votes
1answer
101 views

SPD Workflow trigger emails at specific time intervals

Default Status is "Pending" as Drop down Menu: If requester submits a new form between 3:00 PM to 9:30 AM with Status as Pending Pause until 10:00 AM then send email to the person1 at 10:00 Am ,if ...
0
votes
0answers
20 views

sharepoint workflow email has redundant line break

In my SharePoint 2010 site, I created a List workflow by SharePoint Designer and make it be triggered when a new item created. In this workflow, there are some "send email" tasks, the odd issue I ...
0
votes
1answer
37 views

Alert assigned user when predecessors completed

I have an out of the box SharePoint 2010 Tasks List setup using predecessors (a lookup column back to same task list, allows multiple selections) and I have a requirement to send an email alert to the ...
2
votes
1answer
91 views

How to create a Document Library Item without a file in sharepoint 2010?

wish you save my life. I am now doing a sharepoint project but I have little experience. My requirement: Design a contract creation/approval process for a company There are many kinds of contracts, ...
2
votes
2answers
85 views

Event Receiver not triggered by Approval Workflow

I have a simple workflow that approves a List Item. I have an ItemUpdated Event Receiver that is supposed to compute some fields and update another List Item. My event receiver gets triggered when I ...
0
votes
0answers
109 views

When using a field with lookup value, SharePoint says “List not found”

Difficulty: Easy I have this list with a column that refers its values from another column of another list. During the workflow process, the internal status of the workflow becomes Suspended with an ...
0
votes
0answers
19 views

Same labels in SharePoint Designer 2013 Workflow

Do you know what is the difference in the picture below? There are two Actions - SharePoint 2013 Workflow and Conditions - SharePoint 2013 Workflow. This is confusing for me... I can't see any ...
0
votes
0answers
25 views

Is there a way to include comments from Publish as Major version in workflow email?

I have a workflow for approval of documents, created in Sharepoint Designer 2010. I have included the consolidated comments in the emails that the workflow sends out, but this does not seem to include ...
0
votes
0answers
21 views

How can you use the long web app URL in a custom workflow?

I have a custom approvals workflow made using Sharepoint designer 2010. I am having trouble with the links I have created to the documents in emails that the workflows send because not all our users ...
1
vote
0answers
72 views

SharePoint 2010 designer workflow stuck at “Starting” status

I have created approval designer workflow on a sharepoint document library. The workflow runs when the item is created or updated. It was working for fine until last month.. Suddenly it stopped ...
0
votes
1answer
40 views

Date Column showing “1/1/1900 5:30 AM”

Have created a custom list with below column 1.Title 2.Status (Drop-down column with "In progress" & "Completed") 3.In Progress Time (Date & Time Column) 4.Completed Time (Date & ...
1
vote
2answers
263 views

Update item using Workflow 2013 when “Require Check Out” is enabled

Since the new workflow in SharePoint 2013 are missing some of the features (impersonation, etc) from 2010 workflow I have had some issues with finding good solutions for workflows. We have a ...
0
votes
0answers
15 views

Reuse Approval process in same workflow

I have built a custom approval workflow in Sharepoint Designer 2010 that I want to send to different approvers based on what type of document it is (which is stored in a custom column called ...
0
votes
0answers
11 views

Reassign an OOB WF Task via Code

We have a legacy WF that is running on SP 2010 system and I am attempting to add some new features to it without completely migrating it to a VS WF. I cannot seem to figure out how to reassign the ...
0
votes
2answers
60 views

Easiest way to execute JavaScript when listitem updates?

What is the easiest way, in SharePoint 2013, to execute JavaScript when listitem updates? For example, Can SharePoint Designer 2013 do this? Is there any way which does not involve WSPs, Apps or ...
1
vote
1answer
33 views

Best approach to archive the Workflow log?

We have a custom reusable workflow runs on the document library and logs the actions into a custom List. Now, we want to safely archive the workflow log. what would be the best approach? shall we do ...
0
votes
1answer
20 views

Zerofill in Workflows

I'm trying to create a searchable ID for a list using Workflows. I do it by setting a field to ARN[ID] (which give me something like ARN1) but I want to zerofill it so it looks like ARN001. How can I ...
0
votes
0answers
130 views

Cannot create SharePoint 2010 workflow in SharePoint Designer 2013

Has anybody encountered the error below in creating SharePoint 2010 workflows in SharePoint Designer 2013? The list of workflow actions on the server references an assembly that does not exist. ...
0
votes
0answers
34 views

SharePoint Designer 2013: Cannot see workflow from another user

I can't locate a SharePoint Designer Workflow another user has developed. It is a associated to a Content Type, but nothing in Designer says it exists. Only the Web Browser shows it exists. How do I ...
1
vote
1answer
35 views

Send Sharepoint Alert style email via SPD Workflow

I am trying to set up a workflow that sends an email to the assigned person and those contributing to a list item when the content of that item is changed. Currently I have it working, but I am ...
0
votes
1answer
42 views

JavaScript OM to Approve Designer Workflow Task

I have a SharePoint Designer 2010 approval workflow and I am attempting to approve the tasks via JavaScript Client Object Model. I am able to change all of the fields to "Completed"/"Approved" but the ...
0
votes
1answer
30 views

Upgrading a sandbox solution SPD reusable workflow

So, I made sure to follow all the best practices right from the beginning... use content types, create SPD reusable workflow, export the workflow as a template (sandbox solution WSP)... Built it out ...
0
votes
0answers
66 views

Approver comments in workflow emails

I'm working with a SP '13 designer workflow which is simple. One approval task was created for a user. After this approval task, I need a email which states comments and a notification of approval or ...
3
votes
1answer
182 views

Send Plain Text Email from SharePoint Designer 2010 Workflow

In Microsoft's infinite knowledge it appears as though they force all emails to be sent as HTML in SharePoint 2010+. This is causing a great deal of pain as the emails that are sent from the ...
0
votes
2answers
149 views

Updating List Item based on Current Task:Assigned To value

I'm trying to update a List Item column based on the a Current Task's Assigned To value. However, following code doesn't work for me: If Current Task:Assigned To contains Car Update Item in Current ...
0
votes
1answer
62 views

SharePoint Designer 2010 - Approval task

Under general settings with an approval task, you can choose to enable/disable certain commands on the task form: reassignment and request change. The thing is that I have multiple participants. Some ...
0
votes
0answers
42 views

SharePoint designer 2010 - Workflows - Task Form Fields

Two queries regarding task form fields. In a workflow task for the approval process, it seems only the "approve" and "reject" task form button text can be changed. How do we do this for "reassign" ...