0
votes
1answer
29 views

Workflow Fails to start

I created a sharepoint designer workflow for list. Workflow fails for an item with error message '​ The workflow could not update the item, possibly because one or more columns for the item require a ...
0
votes
2answers
25 views

Workflow Timer Interval

Can I change Workflow Timer Interval value from default "every 5 minutes" to "every minutes" without impact to performace? Thanks for supprt, Best regards
1
vote
0answers
19 views

SharePoint Designer Encountered an error Verifying Form Template

Good Morning I have created many workflows, so i know how to do it. Recently, i started getting this error. I have even went back to a fresh site collection, made a simple workflow of "Send an ...
0
votes
0answers
39 views

Copy multiple list items to another list field based on a condition with SPD 2010 workflow

Is it possible, using SharePoint Designer 2010 (SharePoint 2010 Enterprise Edition) to copy multiple list items from list A (Personnel Clearances) to a single field (of any type) in List B (DD254) ...
0
votes
1answer
46 views

SharePoint 2010 Workflow - Send email to item owner 1 month in advance

I'm very much learning the basics of Workflows and need to carry out the following to a list of meeting 'Agenda items' with the 'Date/time' and 'Presenter(s)' (sorry that this is probably ridiculously ...
1
vote
0answers
24 views

Sharepoint designer - Collect data from user error

I am new to sharepoint workflow development. I created my workflow in sharepoint designer 2010. My problem is the following: My workflow has a few steps, in every step I use the "collect data from ...
0
votes
0answers
19 views

Save workflow as template not working

I need to save my reusable workflow as template in SharePoint Designer 2010. When i tried saving my workflow i am getting this error. "The server was unable to create your template. Please notify ...
0
votes
1answer
56 views

Workflow getting suspended after selecting Task outcome :Sharepoint designer Workflow 2013

Issue I am facing, Sharepoint designer List workflow Assign Task , OutCome => custom content type with three options. If statement if outcome=="someting" => go to next stage (here it is getting ...
0
votes
1answer
17 views

is there an online reference guide for Workflow lookup fields?

I really need a better way than trial and error of figuring out what the different Define Workflow Lookup Data source and Fields are. Is there a good book or online reference tool I could use?
0
votes
0answers
37 views

Form_URN and Current Item URL - both do not work when used in a Task email notification to provide a clickable link

I found in a few threads that I could use Form_URN in my email notifications that a task was over due, but this does not work for me. I have tried in several different workflows, so I know it isn't ...
2
votes
2answers
81 views

Difference between nintex workflow and basic sharepoint workflow

Please guide me on the difference between the workflow created using nintex and basic sharepoint workflow that is created using sharepoint designer or code.
0
votes
2answers
34 views

Workflow not parsing 0:# data

So I'm checking if CurrentItem:field is empty or not, and so I put a log inside to figure out where the error was, heres what I got: 4/29/2013 1:53 PM Comment System Account 0;# 4/29/2013 1:53 ...
0
votes
1answer
40 views

How do I have a workflow wait until a date field is entered or changed in Sharepoint Designer 2013

I see examples with "Wait for Change" in an date field (column) for SharePoint Designer 2010, but in those examples the condition is selectable (equal, not equal, etc.) but in Designer 2013 it appears ...
0
votes
2answers
36 views

How do I update an initiation form to reflect changes in Initiation parameters?

In my List Workflow I've updated some of the properties of an Initiation Parameter, including the description that's visible in the form. According to the workflow settings for the Library the ...
1
vote
1answer
41 views

SP2010 Workflow Copy Item Error

I'm having issues with a workflow that copies items from one document library to another after an approval process. The workflow starts automatically when an item is changed. It gets cancelled and I ...
0
votes
0answers
31 views

Auto-aprove Task Status based on column option in my list?

I am trying to have the status of my task automatically updated when a list field equals a specific option (this would eliminate the need to go into the task and 'Approve' the status therefore ...
0
votes
0answers
39 views

Setting a person column in a SPD workflow on Office 365, getting claims ID in UI

I'm trying to set a Person column in a list item inside of a SharePoint Designer workflow. No matter how I try to set the column, I get the same result: the column is set using the user's claims ID. ...
0
votes
1answer
26 views

Set the value of a primary workflow's associated list field using Secondary Task workflow

I have a primary list and workflow. i create a To-Do task from the primary workflow called "Setup Project Artifact Requirements". Creating of this task triggers a secondary workflow on the task list ...
0
votes
2answers
22 views

How do i discover what the Task name is from the Task list workflow?

I have a primary workflow that kicks off a To-Do task. the task goes to a task list that is shared with many other tasks. my problem is that i'm only allowed from the secondary task workflow to know ...
1
vote
2answers
67 views

How to make it possible to set the due date in a approval/feedback workflow to current date?

I created two workflows, one based on the approval workflow and another based on the feedback workflow via SharePoint Designer 2010. When you start one of the workflows you can set a due date, but at ...
0
votes
0answers
108 views

SharePoint Designer 2013 will not let me send emails through workflow to non-authenticated users

We have a public-facing SharePoint site. I am trying to send a notification to a user if they sign up to receive updates with their email address. SharePoint Designer is giving me this error: The ...
0
votes
1answer
28 views

email link to collect feedback form

I have a SharePoint Designer 2010 Workflow where I am taking advantage of the Collect Feedback Action. What I am trying to do is add a link to an email that the user can click to take them directly to ...
0
votes
1answer
65 views

Set Person field type in a SharePoint Designer Workflow best practices

In SP Designer, when using the "Set Field in Current Item" action, if the field you are setting is a Person type, there are several choices to "return" the data as. For example, if setting your Person ...
0
votes
0answers
25 views

Designer Workflow Error only on first run after reset

SharePoint Designer Workflow we have an action that creates a folder item in a list and then copies a PDF document from a different list to that newly created folder. After an IIS or AppPool reset I ...
0
votes
1answer
84 views

creating a document set library instance via workflow returns id variable that is -1 from the actual id

Steps: 1) using sharepoint 2010 designer workflow, create an instance of a Document Set and have the ID of the created instance returned. 2) set the returned ID to a field in the list that was used ...
1
vote
1answer
31 views

SP 2010: How to print comments collected in workfloow, in email

I have setup my first SharePoint Foundation 2010 system but I have hit a wall with regards to a workflow I have created. In the workflow, I collect two fields "Approval Status" and "Manager Notes," ...
2
votes
1answer
253 views

Open workflow initiation form in modal dialog

Currently when I click on a custom action to run a workflow on a selected item the browswer navigates away from the current page to display the initiation form. This wouldn't be a such a problem ...
0
votes
0answers
19 views

Remove permission from a directory in a designer workflow?

I guess I need at least ten reputation to post images, so here is a link to a screenshot of the entire workflow I have, and what happens when it is run on directories: http://i.imgur.com/St8Etxy.png ...
1
vote
1answer
47 views

How to set a value in a list based on the current filtered column value

I have edited my document set Welcome Page to include a web part of a "Notes" list. This list is filtered so that only notes pertaining to the currently viewed document set are visible. Question: ...
0
votes
0answers
96 views

Leave planner and its Gantt View in SharePoint with approval workflow

I am creating a leave planner with provision for approval in SharePoint with a Gantt Chart view of the leaves. The requirements are Add a new leave entry with start date, end date (status of entry ...
0
votes
2answers
100 views

How to replace “_” and “-” in my URL string using Sharepoint Designer 2010

I have a name that will always be in this format with varying numbers of _ and - symbols. e.g. CWTE_4_3-My_Friendly_Name e.g. Inette_5-Friendly_Again I need to convert these in my sharepoint ...
0
votes
1answer
31 views

Start workflow from within a workflow?

I have a workflow that is created from a default "Approval" template, and the basic startup conditions are not enough for my purposes. I also can't open this workflow in SP Designer (it doesn't even ...
0
votes
0answers
64 views

Designer Workflow: “Find Interval Between Dates” action not working

I am testing a default SP Designer 2010 workflow action called "Find Interval Between Dates" located under the "Utility Actions" category. I need to compare the amount of time passed between the ...
0
votes
1answer
137 views

Sharepoint Designer 2007 Multiple Step Workflow Causes Error: “Failed On Start (Retrying)”

I am designing a workflow in sharepoint designer to manage the approval process for an infopath form. I am using sharepoint server 2007. My sharepoint site already has a form library dedicated to the ...
0
votes
1answer
114 views

How to pass a default value to a Workflow Collect task?

Details: SharePoint 2010 Enterprise SharePoint Designer Building workflows in SP Designer My problem: I have a workflow which needs to collect some data from a user - lets say "Account Number" - ...
0
votes
0answers
54 views

SP Designer “Pause Until” variable update situation

I need to delve into what exactly happens in the "Pause Until" action in a workflow. I am trying to Pause until a calculated column which is a date, say we'll call it Notify. The calculated column is ...
0
votes
0answers
50 views

Associated workflow links to wrong destination workflow

In a site with a number of lists and workflows, lets focus on two, which I'm viewing in SharePoint Designer List-A > Workflow-A and List-B > Workflow-B The problem: When I go to view List-B ...
0
votes
0answers
111 views

Ways of implementing “Change Requests” behaviour in SPD 2013 workflow

I am implementing SPD 2013 workflow and have to add possibility to change requests in every task. In SPD2010 WFs we could set the Change Requests button and it created all the behaviour behind the ...
1
vote
1answer
121 views

Updating a List Using SharePoint Designer 2010 - can't find an example of my use case

I have two lists - one administrative with lots of details, and one public with a subset of the information. There are close to 2000 entries in the list. The admin list has 3 states, which I track ...
1
vote
0answers
95 views

SharePoint Designer customized approval workflow- look up help

I am building a customized approval workflow. When the email is sent to the approver there is a link within the email that will direct the approver straight to the form that was filled out by the ...
2
votes
1answer
229 views

Sharepoint Designer Workflow Error Occured at start

I have a couple of workflows made in SharePoint designer, that create a looping effect to process items in another list. Basically, one workflow starts when a yes/no field equals yes, the other starts ...
1
vote
2answers
390 views

SharePoint Approval Workflow customizing email notifications

I am working in Sharepoint Designer on an approval workflow. I am customizing the emails that are sent to the initiator and the approver. How do I rebuild that link, so the approver can click the ...
0
votes
0answers
71 views

Open SharePoint task from infopath not working

I have an infopath form that once submitted starts an approval workflow. If you open the infopath to review the information, you get a yellow "Open this task bar" at the top of the infopath form ...
1
vote
0answers
130 views

How to assign a value to Form field from association form?

In Sharepoint 2010 Workflow, there is a Association form with two fields. When associating the workflow with list, user is populating the association fields. Now, I would like to assign the ...
3
votes
1answer
132 views

Workflow lookup over another site

Is there any way to look up items from a soap data source in a workflow with sp 2010? I have a site (Organization) contains a sub site (Departments) and this sub site contains many other sub sites ...
2
votes
0answers
180 views

Workflows do not continue after user completes a task nor do they update task outcome and percentage

I'm testing this with a simple workflow: Log message "Workflow has started" Assign a To-do item Log message "Task is completed" Here's what we did to make it stop working: We went and changed ...
0
votes
1answer
227 views

How to Send Email using SPD Workflow ??

I have configured SMTP in IIS and also configured outgoing e-mail settings in Central Administration. But still I am getting error "The e-mail message cannot be sent. Make sure the outgoing e-mail ...
0
votes
1answer
55 views

i can not deal with my if statement

i made my first Workflow using SPD 2010 but it doesn't work correctly . my issue is to automate vacations cycle in my organization. First ask the person about vacation type and his alternate person's ...
0
votes
1answer
25 views

Duplicate a list and associated custom workflows

I have a list with custom forms (created in Designer) and custom workflows (also created in Designer). It has been decided that that information entered into this list should be kept in two lists in ...
0
votes
1answer
101 views

Cannot insert action into sharepoint designer workflow

I’m creating a List Workflow in SharePoint Designer 2010. In the first step I have a conditional under which I am trying to add a Start Approval Process step: When I try to insert the next line, the ...

1 2 3