1
vote
0answers
16 views

Getting a “Content types that are available to this Document Set have been added or removed”

I am creating document sets through workflows. Edit: I just tested and I'm getting this message for manually created documents sets as well. Every new document set is showing the message: Content ...
0
votes
1answer
14 views

Value of currency type colum is wrongly displayed in workflow email

In my list, I have a column called "Cost" which is a currency type column. When a user creates a new item in the list, I send a workflow email. In that email, I use [%Current Item:Cost%] to pull up ...
0
votes
1answer
19 views

How do i automatically get date and time when status of a task is changed?

How do i capture date and time when status of task is changed? I have 3 different columns Date Assigned, Date In Progress, Date Completed. When a task is assigned to a user, is there a way Date ...
0
votes
2answers
40 views

how to add list column values to workflow email?

I have a calendar list and I added several text box column values. I am using a customized workflow created in SharePoint Designer 2010 to send an email when there is a new event is added. I want to ...
0
votes
1answer
25 views

Wrong Start Time displayed in Workflow email

I am using a workflow email to alert the users about a new event. I am able to get the name of the event and end time of the event in email successfully using [%Current Item:Name of Event%] and ...
1
vote
1answer
36 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
41 views

Reusable workflow not showing anywhere (Sharepoint 2010)

I made a reusable workflow in Sharepoint Designer and checked that it's working in a site. Then I saved it as a template, downloaded it from the site assets, uploaded to a new site. Even after ...
1
vote
1answer
40 views

Are sharepoint workflows always sequential?

I have recently taken over a Sharepoint system in the last 3 months. Honestly I have never worked on Sharepoint before and most of my knowledge is via google and reading lots and lots of ...
0
votes
1answer
16 views

How to initiate workflow of a list based on user group permission?

I have calendar and I have 5 different groups. I have an approval workflow. Now I want to have 5 different workflows for 5 groups but each workflow has to detect the group of the user and send the ...
0
votes
0answers
23 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 ...
2
votes
1answer
34 views

Is it possible to change the value of “Created By” in Comments list of a blog?

I have a SharePoint blog where few people can contribute but everyone can comment. But they want to comment as anonymous. So I created a new column in Comments list called "Post as anonymous" with a ...
1
vote
1answer
45 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
1answer
307 views

Check for empty date in SPD Workflow

Question How can I check for an empty date condition in a SharePoint Designer Workflow? Background I have a list called "Project" with multiple date fields. I have a calendar called "Project ...
0
votes
2answers
70 views

Designer workflow emails don't work after site migration

I just migrated a Sharepoint subsite to its own site collection. The site has Sharepoint designer workflows that send emails in certain conditions. In the new site collection, none of my designer ...
0
votes
2answers
205 views

SharePoint 2010 Workflow - Check field every 48 hours and send email if necessary

My customer has a list of problem tickets in SharePoint. When a new ticket item is created, they want the system to check every 48 hours if the item has been modified in the last 48 hours, and send an ...
1
vote
0answers
187 views

Schedule workflow or email notification

Just wondering, is there a way to schedule (e.g. 1st day of each Month) a workflow or send email notification for a list, without using powershell or C# code.
2
votes
1answer
126 views

Use count-related column value as int in a SP Designer-workflow

I have another problem concerning the count-related column-value of SP2010 in a workflow(see also: How to get count related Lookup value programmatically? ). my use-case: I have a column "actual ...
0
votes
1answer
347 views

Can I store a date in a (Sharepoint Designer) workflow-variable?

So... I want to create a workflow to send a reminder-email 7 days before a date specified in a column of a custom list. So far so good, I have very little experience with workflows (created only one ...
3
votes
2answers
221 views

Workflow made in designer not working in Production

I've made a workflow in Designer which I invoke trough code in Visual studio. The solution is working fine in my Development machine, but when I implement to the production I get an error: Object ...
0
votes
0answers
176 views

SPD 2010 workflow failed to start

I had a perfectly working list workflow. It would update a list item and send an email (user picked up from another field). All of a sudden, it stopped working and throwing this error "Workflow failed ...
0
votes
1answer
81 views

Gather Data From User not sending task emails

I have a workflow with a gather data from component. The email is sent to a user stored in current item: Assigned Manager field in the content type that triggers the workflow. When the user fills out ...
2
votes
5answers
608 views

How to copy email body from a workflow step

I can't seem to copy from the body of an email from an action inside a workflow step. I can paste new content in, but can't seem to invoke the magic input to get copy to work. Is there some way to ...
0
votes
1answer
490 views

How can I have two workflows that run on one list, with conditions?

I've got a list, which has two SharePoint Designer workflows running on them. Both are fairly simple workflows. The first workflow, New Request is initiated on item creation, and it set's a field ...
0
votes
1answer
174 views

How to return user or group in SharePoint Designer custom activity?

How can I return a user or group in SharePoint Designer custom activity? A return type of SPUser seems to be not possible. SharePoint Designer workflow does not recognize the return type. public ...
1
vote
1answer
284 views

How do you remove line spacing from 'Full details' in workflow email?

I have a workflow in SP 2010 that I use to send an email whenever an item is added. I've included the 'Full details' in the body of the email, however when the email arrives it has massive spacing in ...
0
votes
1answer
122 views

Dynamic and Automatic approvers in SPD workflow (OOB)

I have a list items that need to be approved by a set of approvers. The list of approvers would change based on department, location and value of item. For example, if there an item to be moved from ...
2
votes
1answer
1k views

Setting approvers in the Approval workflow using SPD workflow action

I need to build a document approval workflow for a sharepoint document library. The workflow needs to be exactly like the OOTB approval workflow with the exception that the Approvers depend on a ...
0
votes
2answers
720 views

Getting Information out of a “Collect Data from User” task

How do I get data out from the "Collect data from user" task that a workflow creates? So far my attempts have been failures.
0
votes
2answers
450 views

SharePoint Designer workflow is looping itself when waiting for a field to change

I have a problem with a standard SharePoint Designer workflow on a forms library in SharePoint 2010 Foundation. When the workflow is firing off it is designed to fill some information in against the ...
1
vote
1answer
1k views

SharePoint 2010 Workflows, Impersonation Steps,and Security

I'm starting to do some workflow design with SharePoint 2010, and I like the idea of the Impersonation Step. I plan to use it to modify the security settings of submitted items (such as not allowing ...
1
vote
0answers
289 views

SharePoint Online Globalization and Localization

I am developing a SharePoint Online WebSite using SharePoint Designer 2010 that has several content types, lists and workflows. One request is that the user must be able to select the language or ...