Workflow email reminders on calculated date column - Paused

I am having an issue in trying to setup a SP designer workflow to be able to send a notification if an approval is not met by a certain date. I was hoping someone could point out where I am going wrong with the
workflow details below?
The workflow is based off an infopath form. The form when submitted sends an email to the appropriate person that an action is required (which works fine). I
have created a calculated column (Reminder-2A) which is [Created]+20. So the approver has 20 days to approve the form. The workflow is required to send a notification to the user if the form has not been approved.
I have tried to use the "Start on item change" workflow context & paused the workflow until the ReminderDate is greater than or equal today. There are 2 steps for this approval so I have 2 approval steps based off the FormStatus when the approval
takes place.
So the issue stems from the first step not getting released from its pause state. I was hoping that once the form is approved the FormStatus field would force the workflow to complete that step (unpause) and move to the next step but how I have it currently,
it does not work that way. Can someone point me in the right direction as how I go about achieving this?
I have attached a snippet of the 2 stage approval and the workflow state on the SharePoint site
Many thanks

Hi Luca,
I think you can use event handler associated with item for item changed. Every time an item has been edited, check whether a workflow instance is still running. If so, cancel the running workflow. This link would help you. http://chrissyblanco.blogspot.com/2007/08/cancelling-running-workflow.html
If you don't want to go for coding, you can try below approach, SP designer workflows have this behavior that they do not stop when the item is updated.
Create 2 lists (parent and child) and a workflow on each (wf1 and wf2) respectively. When your condition meets in the workflow(wf1) of parent list, create an item in child list on which the wf2 workflow starts and pauses till the specified date. Once the
pause is completed, you can send the mail from workflow 1 or 2 and then delete the item in child list.
Modify your Parent list workflow to handle the below scenario. If you ever update the item in parent list, delete the corresponding item in child list that was paused/waiting and create a fresh one.
You need to store the fields Parent list Item ID, version(optional).
Parent list is your actual list. Child list is a staging one which you never expose to anyone.
Thanks Sandy

Similar Messages

  • Calculated Date Column Returns 30 December 1899

    Hi!
    This might be a bug in SharePoint... I wanted to have the Created column without the time, but since that doesn't seem possible I created a calculated column called Date Created which returns a Date only (ie- no time) and the formula is simply "=Created".
    This should work right? Well it does and it doesn't. After a while I noticed some of the values had become 30.12.1899. If I edit the calculated column under list settings without making any changes but just clicking OK, all the values are updatet and correct, but adding new items to the list sets the Date Created value back to 30.12.1899.
    Weird... I'm using Norwegian locale on this server so that might have something to do with it. The only thing I can think about is that the Date Created calculation is being done before the value of Created is set so that in effect this is a date null-value... Anybody else had a problem with this?

    Hi,
    I have the same issue when using the modified date column in a calculated field. What i try to do is to create a field that shows only the modified date (e.g. not the time).
    When I try to create a calculated field with =modified, set the data type to date and time and check 'date only' format my calculated field returns 30/12/1899.
    When i type out the formula =DATE(YEAR(Modified),MONTH(Modified),DAY(Modified)) it returns 30/12/3799.
    Regards and thank you for the (any) response.

  • Ical-email reminders sent late/post event

    this is inconsistent, but ical often sends email reminders AFTER the date of the event - sometimes i set it for 3 days before & i get it the day after - no, my computer has not been asleep or off for those days... i am guessing this happens at least 1/3 to 1/2 of the time - help???

    if ical is closed or the computer is in sleep mode, does that mean it won't send?
    Yes. The application has to be running and your computer needs to be "awake" for anything to happen. It's not possible to take any action when your computer isn't in a state to take the action. That doesn't mean your screen needs to be lit; it can be blacked out by the screen saver after a few minutes of inactivity.
    You can use an alarm, if you're at the computer, but the point of using the feature you describe is avoid having to be at your computer to make it happen. I've never used the feature, but I'm sure Apple tested it beforehand. Even so, you should test it by using it to send emails to one of your email accounts (not the one you're sending from) before using it for something important.
    Mulder

  • Workflow giving "Suspended" Error on Calculated Columns- Sending Reminder Emails on List Due Date

    I have created a list that has our reporting due dates plus calculated columns for 5 and 10 day reminders.
    Example:
    Due Date: 3/7/2014 1:00 PM
    5 Day Reminder (Calculated Column= [Due Date] – 5): 3/2/2014 1:00 PM
    10 Day Reminder (Calculated Column= [Due Date] -10): 2/25/2014 1:00 PM
    As you can see in the list, it calculates the (5 and 10 day) reminder dates correctly in the list… 
    However, what I am wanting to happen is to build a workflow that will automatically trigger and send these reminder emails.
    In SP 2013 Designer, I have my conditions set as: 
    I can go in on the list and set the workflow but once the due date/time comes up… The status changes from "Started" to "Suspended"-- I never receive a reminder email and I get the following error:
    "RequestorId: ff5dac1d-ccee-ba1b-0000-000000000000. Details: RequestorId: ff5dac1d-ccee-ba1b-0000-000000000000. Details: An unhandled exception occurred during the execution of the workflow instance. Exception details: System.ApplicationException: HTTP
    500 {"error":{"code":"-1, System.FormatException","message":{"lang":"en-US","value":"String was not recognized as a valid DateTime."}}} {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["0"],"SPClientServiceRequestDuration":["33"],"SPRequestGuid":["ff5dac1d-ccee-ba1b-8934-5a9d0c69d3c4"],"request-id":["ff5dac1d-ccee-ba1b-8934-5a9d0c69d3c4"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"Cache-Control":["max-age=0, private"],"Date":["Tue, 25 Feb 2014 18:49:09 GMT"],"Server":["Microsoft-IIS\/8.0"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]}
    at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor
    executor, BookmarkManager bookmarkManager, Location resultLocation)"
    The string I have set up within SP Designer for the dates is:
    If Current Item:Due Date
    equals Today
    If Current Item:5 Day Reminder
    equals
    Today
    If Current Item:10 Day Reminder
    equals
    Today
    Any ideas as to what I am missing?
    Thank you in advance!
    Amanda

    Hi,
    To start the workflow, we have three options:
    If you select the “start the workflow automatically when an item is created” or “start the workflow automatically when an item is changed”, the workflow can be started automatically.
    If you don’t, your workflow will never run, and therefore never wait till the date specified.
    The “Pause Until Date” action causes a workflow to pause executing until a specified date and time.
    If current day is equal to the specified date, it will execute the next step.
    More information:
    Workflow actions quick reference (SharePoint 2013 Workflow platform)
    http://msdn.microsoft.com/en-us/library/jj164026.aspx
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • Creating automated email reminders to users every 2 weeks via Workflow 2010 Out of Box approach only

    Hi,
    I have been asked to automate the email reminders to users (every two weeks) from the SharePoint2010 solution.
    I am trying to achieve this via workflow ,but am unable to get the results.
    Req :
    Twice a month the users should get an automated email reminder for a specific task.
    1. On 14th (or last working day in mid month -1) of the month. ( a field "mid month end" captures the date as 15th of the month)
    2. On last working day - 1 of the month. ( a field "month end" captures the date as last day of the month)
    Please let me know how i can achieve this via Out of box functionality. I donot have exp with workflows so a detailed steps guidlines will be very helpfull.
    Regards,
    Guru

    Although you can start a workflow and then pause it for a number of days, I'd feel uncomfortable with that. If the farm crashes, who guarantees that the paused workflows will pick up where they were left off?
    SharePoint does no offer to run a workflow on all items in a list/library -- which I feel is a big draw back. 
    The good news is that there is a free 3rd party tool that can run a workflow on all (or specific) items in a list or library.  It's called the
    HarePoint Workflow Scheduler and I love it.
    You can create a view that shows the items that you want to run the workflow on.
    Or, if you know how to write CAML, you can feed the CAML Query right into the HarePoint Workflow Scheduler task. 
    At my company we have several sites in production that use the HarePoint Workflow Scheduler with a view. 
    So, first, create a SharePoint Designer workflow and define it to run manually.
    Then use the HarePoint workflow scheduler to define a schedule.
    You can define a schedule for the HarePoint tool, like every day, month, week, etc., by just clicking a few boxes. 
    Since this functionality does not come out of the box with SharePoint 2010, this free tool is a real gem. 
    cheers, teylyn

  • Email reminders to complete task by due date in Task list

    How to have reminders on a task list to remind task owners to complete their pending tasks? Any out of the box solution would be appreciated even with work around
    Environment: SharePoint 2013, Nintex Workflow, NO SharePoint Designer
    Kesava

    Hi Kesava, how do you want to remind them? When? You could use a formula in a calculated column to set the date of the reminder based off a date column in your list. However, sending the actual reminder will require an advanced workflow, not something
    you can do out of the box.
    cameron rautmann

  • Date format in workflow email

    Hi All,
    I'm having issues with the date format within an automated WorkFlow email. For Leads, users in the UK are entering the 'call back date' field as '26/06/2009' and in the email it seems to base this on the server locale appearing as '06/26/2009'. Can we format this within the code?
    Thanks
    Oli @ Innoveer

    I have just experienced this and used the following to convert the date to Australian format for my workflow email
    %%%Mid([<IndexedDate0>],4,2) + '/' + Left([<IndexedDate0>],2) + Mid([<IndexedDate0>],6,Len([<IndexedDate0>]))%%%
    this gives format DD/MM/YYYY
    hope this helps,

  • Time of email shows in Date Column, Date is not showing on new emails

    Date is not showing in Date column. Only time is showing.
    I just migrated from OE - Old emails show the time & Date.

    If these are emails received today that is normal. Thunderbird assumes you know what day it is and only displays the time for messages received today. It will append the date to these messages at midnight tonight.

  • Hide 1/1/0001 from Short Date in Workflow email

    All
    Using InfoPath and SharePoint 2010.
    I've various date fields on my InfoPath form which can be left blank. These date fields are published to SP successfully as blank (to the human eye).
    When I place the date field (short date) in a workflow created email, the date returns in the email as 1/1/1/0001 . This I understand is workflow default behaviour.
    Can this value (1/1/0001 be hidden or replaced with a "blank".
    I've 6 date fields in this email, any one of them could be blank. Is there an alternative to write multiple email combinations?
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/cd1f9ae5-9edb-4b66-b3fa-8fbdb1dc6cb9/email-from-workflow-contains-110001-120000-am-for-items-empty-date-field?forum=sharepointcustomizationprevious
    I'm trying to set a variable in place of a blank date fields yet all I get back is an alternative date 1/1/1900.
    Thanks
    W

    Hi Wilkies0105aw,
    I'm also having the same issue. Did you find any solution to hide date 1/1/0001 in the workflow email?
    Please let me know.

  • Workflow changing the status based some columns value

    OOB workflow SP  designer 2013
    The workflow purpose is change the status columns from
    COMPLETE to IN PROGRESS or from
    IN PROGRESS to COMPLETE according some columns value.. And if the change is from
    IN PROGRESS to COMPLETE
    there will be change in some columns like
    If alertSOP Date <= today then change the status (Columns value) from Complete to In Progress and send email to the manager (the manager email address is a column (Manager Email)
    Else pause until the alert date=Today()
    If the status (columns) = in progress send Remainder email every 10 days
    If the status change from in progress to
    Complete (BY MANAGER MANUALLY) then
     last renewed Date =TODAY()
    Valid to Review=TODAY() + 4 MONTH
     Alert  Date=today() + 5 month
    and  Due Date=today() + 6 months
    AND START THE WORKFLOW AFTER UPDATING THIS COLUMNS FOR NEXT cycle
    SharePoint List(http://server/site/..) LIST ITEMS
    Department
    Contractor
    Division
    Manager Email
    Contractor last renewed Date
    Contractor Valid to Review
    Alert SOPReview
    DueDate Review
    Status
    Workflow Status
    ABC
    JONAH
    10
    [email protected]
    01/01/2014
    05/06/2014
    5/07/2014
    5/08/2014
    COMPLETE
    paused 
    DEF
    SMITH
    20
    [email protected]
    01/01/2014
    02/03/2014
    2/28/2014
    3/20/2014
    INPROGRESS
    INPROGRESS
    Note:
    The status is changed manually by manager from IN PROGRESS TO COMPLETE
    The status from COMPLETE to IN PROGRESS is changed by event or Triggers  (based the alert date) 

    The First Part are coded as follow
    (The workflow purpose is change the status columns from COMPLETE to IN
    PROGRESS or fromIN PROGRESS to COMPLETE according
    some columns value.. And if the change is from IN
    PROGRESSto COMPLETE there
    will be change in some columns like
    If alertSOP Date <= today then change the status (Columns value) from Complete to In Progress and send email to the manager (the manager email address is a column (Manager Email)
    Else pause until the alert date=Today()
    If the status (columns) = in progress send
    Reminder email every 10 days)
    Note:
    The first if Block work as expected
    the second if block generate error.. Internal States Canceled
    RequestorId: 3b262286-66e8-5f9f-09f8-3b09c5be0ebc. Details: System.ApplicationException: HTTP 400 {"Transfer-Encoding":["chunked"],"X-SharePointHealthScore":["1"],"SPClientServiceRequestDuration":["1997"],"SPRequestGuid":["3b262286-66e8-5f9f-09f8-3b09c5be0ebc"],"request-id":["3b262286-66e8-5f9f-09f8-3b09c5be0ebc"],"X-FRAME-OPTIONS":["SAMEORIGIN"],"X-Content-Type-Options":["nosniff"],"X-MS-InvokeApp":["1;
    RequireReadOnly"],"MicrosoftSharePointTeamServices":["15.0.0.4420"],"Cache-Control":["max-age=0, private"],"Date":["Tue, 25 Mar 2014 21:25:35 GMT"],"X-AspNet-Version":["4.0.30319"],"X-Powered-By":["ASP.NET"]} at Microsoft.Activities.Hosting.Runtime.Subroutine.SubroutineChild.Execute(CodeActivityContext
    context) at System.Activities.CodeActivity.InternalExecute(ActivityInstance instance, ActivityExecutor executor, BookmarkManager bookmarkManager) at System.Activities.Runtime.ActivityExecutor.ExecuteActivityWorkItem.ExecuteBody(ActivityExecutor executor, BookmarkManager
    bookmarkManager, Location resultLocation)

  • MS SharePoint 2010 Designer Workflow Email - Enhanced Rich Text Field look-up values on HTML email have large spaces

    MS InfoPath 2010 form with RTF (Rich Text Fields)
    MS SharePoint 2010 Custom Library
    MS SharePoint 2010 Designer Workflow Send Email
    http://office.microsoft.com/en-us/sharepoint-designer-help/send-e-mail-in-a-workflow-HA010239042.aspx
    https://www.nothingbutsharepoint.com/sites/eusp/pages/creating-html-emails-with-spd-workflows.aspx
    Hi all of the above work, our question is how to control the RTF (Rich Text Field) look up values to the InfoPath 2010 form in the HTML email?
    How to FORMAT the RTF look up value? in the HTML email
    EXAMPLE
    we have a InfoPath 2010 form published in the SharePoint 2010 custom list library there are 5 RTF fields (Notes1, Notes2, Notes3, Notes4, Notes5) there are other plain text fields, date fields, and other field types in the form
    We use a HTML table to make the email look like the InfoPath form, so when the users fill out the form and they get the email notification everything looks the same.
    Our problem is the EXTRA LINE SPACE in the RTF look up values
    We want to remove any leading spaces, and line spaces between HTML table cells
    Our Workflow has the HTML in a Workflow variable, as you know it does not support remote CSS it has to be in-line style for any formatting we want all cells to have
    valign="top" the email should align at the top of the cell, all field types do except the RTF look up values they make the email look bad and they contain a lot of white space.
    Please test this in your enviroment 
    <table>
    <tr><td>Title:</td><td>[%Current Item:Title%]</td><td>[%Current Item:Notes1%]</td></tr>
    <tr><td>Created by:</td><td>[%Current Item:CreatedBy%]</td><td>[%Current Item:Notes2%]</td></tr>
    <tr><td>Date Created:</td><td>[%Current Item:Created%]</td><td>[%Current Item:Notes3%]</td></tr>
    <tr><td>Modified by:</td><td>[%Current Item:ModifiedBy%]</td><td>[%Current Item:Notes4%]</td></tr>
    <tr><td>Date Modified:</td><td>[%Current Item:Modified%]</td><td>[%Current Item:Notes5%]</td></tr>
    </table>
    I could not update the question below to the proper forum section. that is why i am asking again.
    http://social.technet.microsoft.com/Forums/en-US/a7918bfb-9166-4bdb-828c-132a0c7611e3/ms-sharepoint-2010-designer-workflow-emails-huge-lines-paces-in-rich-text-fields-values-from-ms?forum=sharepointcustomization
    -Isaack

    Hi IssackB,
    perhaps you may try this article:
    http://social.msdn.microsoft.com/Forums/sharepoint/en-US/f8fa2a11-9f74-4dd2-b277-21ce872fdcb2/can-we-add-rich-text-editor-to-the-sharepoint-designer-2010-workflow?forum=sharepointcustomizationprevious
    there are some notes that perhaps you may check:
    Use the same font for all the controls to ensure consistent spacing between rows.
    Choose Size from the Format menu, and then choose To Fit from the menu that appears. This adjusts the size of each control, depending on the font set for the data that appears
    in the control.
    NOTE: The Print Preview and Output To commands use different algorithms for calculating text width; therefore, the text may occupy more or less
    space in the RTF file.
    Reduce the amount of blank space above and below the report controls. Any vertical
    space between the controls is converted to whole lines
    in the RTF file. For example, a
    space of .02 inches can increase to .1667 inches in the
    RTF file.
    Make sure controls on the same output row are not too close to each other or overlapping. This can cause the Output To command to omit the controls or to align the columns incorrectly
    in the RTF file.
    Use the Align command from the Format menu to ensure that a row of controls is aligned properly on the report. If a row of controls is not aligned properly, the Output To command may place the controls
    in different rows, causing extra blank
    spacein the RTF file. 
    and please have a check there are updates for exchange 2013 and will be available with the upcoming release of CU4 for Exchange 2013, that stated the format rtf was saved instead HTML. http://support.microsoft.com/kb/2862739/en-us
    Regards,
    Aries
    Microsoft Online Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question. This can be beneficial to other community members reading the thread.

  • SharePoint 2010 Workflow: Email alert when item is due to expire

    Hi Guys, 
    I have a library which contains a number of customer records. In this library I have a custom date column called End Date which is used to hold a date when the record is due to expire. I would like to create a solution which would send an email alert to someone
    when the record is 30days away from expiring a sort of warning, and another email once the expiry date had been lapsed and the record had expired. Can you please advise how best to create this solution, I should imagine that this would be easily achieved in
    designer however, I've really not got much experience with using designer 2010.
    If someone could help me out with what code to use, or some useful how to's it would be much appreciated.
    Many thanks 

    Hello,
    Create designer workflow to send reminder email before 30 days. Please look at below link for your ref:
    http://mysharepointchronicles.wordpress.com/2012/11/05/sharepoint-list-with-workflow-email-reminder-set-to-send-30-days-from-created-date/
    http://social.technet.microsoft.com/forums/en-US/sharepointcustomizationprevious/thread/9c728338-b0fe-45a0-9377-a774e551d529
    Hope it could help
    Hemendra: "Yesterday is just a memory,Tomorrow we may never see"
    Whenever you see a reply and if you think is helpful, click "Vote As Helpful"! And whenever
    you see a reply being an answer to the question of the thread, click "Mark As Answer
    Please feel free to unmark answer if does not resolves your problem.

  • Remove ;# from Workflow Email

    Hi,
    I have a choice column which accepts user input. I then have a workflow which sets a variable for an email using the data from the choice column.
    When sending the email the text will be surrouned by ;#   (i.e.   ;#choice;#)
    Is there a way I can remove these symbols from the workflow email?
    Thanks,
    Ben

    Hi Ben,
    If you are sending the email through SharePoint designer, it seems there is an option when creating the
    "Define Workflow Lookup" the "Return field as" has 2 choices "As String" and "Lookup Value (as Text)".
    If you use As String then it will append the ;#.  If you instead choose
    Lookup Value (as Text) then it is only the value.
    Reference:
    http://social.msdn.microsoft.com/forums/en-US/sharepointcustomizationprevious/thread/49e219c2-696d-4e20-a740-ac7de844063d
    Regards, Rahul Vartak | http://rahul-vartak.blogspot.com/

  • Send Email alerts befor expiration date on list......

    Other than using SharePoint Designer or creating a workflow what other ways can be used to notify us  (by email) say, 2 weeks, before the expiration date column in a list record is hit?
    TIA,
    edm2

    Hi romeo,
    You can try to use timer job as suggested above, and set the timer job to run at specific time duration. in the timer job logic, check the expiration time in the list item field, and do your operation. Please get better understanding about timer job first,
    you will get to know how to do this.
    Thanks,
    Qiao Wei
    TechNet Community Support

  • Date Column not getting sorted in a table in web Dynpro Java

    Hi All,
    I am facing an issue while sorting the date column in a table in my web dynpro java application.
    When the date is displayed in the sql format in tha table, I am able to sort the date column successfully but when we convert the date field from sql format to util format in our table and then sort it does not work.
    Kindly let us know the steps to be followed in this case to sort the date column of a table in Simple Date format as we do not want date in the sql format to be displayed.
    Thanks & Regards,
    Anurag

    Hi,
    You might want to check whether both your browser's language settings are identical. The browser language could also determine the date format.
    As a workaround, you could add an extra attribute to your context, and set the calculated property to 'true'.
    In your table, add a new column and bind to this new attribute, and hide your original date column
    If you sort using the date column that's hidden now, you could use the calculated field to fixed-format your date the way you prefer (by using the SimpleDateFormatter class for instance)
    Cheers,
    Robin

Maybe you are looking for

  • Best buy rewards card

    Ok. I don't know where to start. But I would like to register my complain atleast some one to understand our -customer frustration. We went to best buy in harrisonburg virginia on 8 feb 2014 to buy samsung smart TV. The sales consultant was ok. We we

  • How to make use of BAPI_CATIMESHEETMGR_CHANGE

    Hi All,        We need to make use of BAPI_CATIMESHEETMGR_CHANGE for changing entered hours against an activity instead of adding new row for the same(BAPI_CATIMESHEETMGR_INSERT does that ) . Please guide me what all table parameters we should supply

  • PB won't boot from drive or disc: HELP!

    I can turn the machine on with the power button, and the screen displays the grey background with Apple logo, and the spinning barred circle underneath. The circle just spins and spins. Also, the machine is suddenly very loud--fan or drive making a c

  • Need to revert to previous non-icloud ical -- new Delete button in Edit window is a problem.

    Does anyone know how to revert to a previous version of iCal? The new 5.0.3 iCal update is giving me huge problems. When editing events, sometimes a delete button appears in the bottom right corner of the Edit window. Reflexivly, I click the small bu

  • Are bigger tables possible to use now?

    I wonder if Number '09 can now open an excel document with 10000 rows in it and scroll without problem (just like in Excel)? –If that works I probably will stop using Excel, but I find I still need to use Excel because it takes too long time doing th