Tagged Questions
0
votes
1answer
16 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 ...
2
votes
1answer
245 views
Overdue task email notifications out of the box?
I've created a simple SharePoint 2010 Designer workflow that starts the approval process on a document library. It assigns workflow tasks to users just fine and e-mails the initiator when the workflow ...
0
votes
0answers
103 views
Failed to Start (retrying) on SPD workflow
I am facing a weird issue with MOSS 2007 SPD workflow for past couple of days. I had created a site from the Fab 40 Training site template. The workflows were kicked off correctly until last few days ...
1
vote
0answers
191 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.
0
votes
0answers
107 views
Workflow to mark viewed task list items as Read/Reviewed?
I am trying to set up a list to act as an internal service desk for our IT department. Basically I want it so that when a new request/ticket is created in the list, an email is sent out to the Network ...
4
votes
1answer
2k views
How to add values from a “Person or Group” list column type to workflow email To or CC field
On SharePoint 2007 I have a custom list with a custom content type. The content type contains (among other things) a Person or Group typed column that allows the creator to add additional ...
0
votes
1answer
51 views
How can I only perform an action once on workflow that starts when an item is changed?
I have a custom workflow that starts whenever an item is changed on a list. It sends an email when someone is added to the People and Groups field. However the email sends every time the item is ...