Can a workflow email another SharePoint List/Library?

I’m working on building out some automation in SharePoint to address some gaps in a currently manual process, but I’ve run into a snag.
Right now I have a custom tracking list for a group of users to use for checking the status of their requests. Based on the status, a workflow will kick off notices to the users letting them know where their requests are at. I want to expand upon this by
building an announcement list to receive emails from users (one of the few list templates that is configurable for this) to manage the growing volume of correspondence they produce. By having a list, I can create a workflow to auto sort, tag/categorize, and
auto-respond to emails based on tags/categories in ways that Outlook can’t. For the sake of non-repudiation and as evidence that the workflows are working correctly, I want to save copies of the notices SharePoint sends to 3<sup>rd</sup> list as
an archive. My 3<sup>rd</sup> list was also configured off the announcement list but it is not receiving the emails from the workflow. Since it is using the SharePoint exchange service account, I’m wondering if this a technical limitation that
cannot be resolved, or if there is a missing configuration we need to do on our end that is preventing this from working?
Essentially I’m trying to have SharePoint email itself from one list to another. Has anyone tried this or been successful?
(I prefer lists over libraries in this case because this is going to be moderately large scale data and I won’t have to drill down into documents for info. Lists also open of the possibility for more complex workflows later on should the need arise)
Tracking List (Custom List Template)     Incoming Requests (Announcement List Template)
                               Archive (Announcement List Template

When we consider that email is simply a communications protocol being leveraged by the workflow, it becomes clear that the problem most likely lies in the email enablement of your Archive list.  If your Archive list is indeed identical to the Requests
list, then I would take a look at configuration for email on that list as it probably isn't configured correctly.  Additionally, you may wish to double check the email alias you're using in the workflow.  Sending email to the wrong email address
is just a slip of the keyboard but can result in many hours of debugging.  Ultimately, I would recommend tracking the email through Exchange logs to see if it's received and sent correctly.
I trust that answers your question...
Thanks
C
|
RSS |
http://crayveon.com/blog |
SharePoint Scripts | Twitter |
Google+ | LinkedIn |
Facebook | Quix Utilities for SharePoint

Similar Messages

  • Getting duplicate emails from SharePoint Report Library subscription.

    Getting duplicate emails from SharePoint Report Library subscription.
    Users are subscribed for each item in Report Library and it is scheduled to send email at 3 PM every day.
    But, intermittently users are getting duplicate emails.
    Please let me know on how to troubleshoot...

    If you have Exchange, you can track the email from there to see if that yields any value. You can also turn up the diagnostic logging in Central Admin -> Monitoring -> Configure diagnostic logging -> SQL Server Reporting Services, and selecting:
    Report Server Email Extension
    Report Server Schedule
    Report Server Subscription
    Turn them up to Verbose in the Trace log, then monitor the ULS log when you identify a user who has received duplicate emails.
    Trevor Seward, MCC
    Follow or contact me at...
    &nbsp&nbsp
    This post is my own opinion and does not necessarily reflect the opinion or view of Microsoft, its employees, or other MVPs.

  • SharePoint: Workflows - Emailing hyperlink of list item.

    I have a custom SharePoint (2013) list to manage tasks assigned to personnel and keep track of their statuses. I've created a workflow using SP Designer to send out an email to whom the task is assigned on the date for which it's due.
    The workflow is working properly and email alerts are being sent, except for one thing. Inside the email body is a hyperlink to the associated record which the recipient clicks on to view (only view, not edit) the task details.
    I got the record's hyperlink by accessing it's display form and copying the URL from the browser, pasting it into the email body. The URL's format looks something like this:
    http://zeroshiki/sites/SP2010-Main-Site/Lists/Announcements/DispForm.aspx?ID=2&ContentTypeId=0x0104000933421F36DFF740B428FEC15871B493
    Then I modified the URL by formulating a lookup to include the ID of the Current Item. In other words, the ID specified in the URL isn't fixed; it's based on the associated list item.
    I've confirmed that when the recipient recieves an email, the ID in the URL matches the record's ID on the site. However, when they click on the link and are redirected to the record's display page, there's no data displayed. The fields are visible but the
    values are not. Then I noticed that the URL in the browser does not match the one in the email; it's missing an ID value.
    So when the URL in the email is ...DispForm.aspx?ID=2&ContentTypeId... it changes to ...DispForm.aspx?ID=&ContentTypeID...
    Why does this happen? This method may seem strange to use, but I've tried looking up the "Encoded Absolute URL" and I get an error stating that the return type of the lookup is invalid. That's why I manually copied the URL format and formulated
    the record ID.
    Am I doing something wrong here? Is there a more straight-forward approach to retrieving the record's URL?

    Hi,
    According to your post, my understanding is that you wanted to send email with hyperlink.
    In order to solve the problem more efficiently I need to clarify some information.
    Did the hyperlink is the current item URL?
    How did you set the hyperlink?
    Per my knowledge, the "Encoded Absolute URL" result is https://sitename/Lists/listname/Id_.000
    To get the current item URL, I recommend to we can use [%Workflow Context:Current Item URL%] with SharePoint Workflow 2010 platform,
    Here is a similar thread for you to take a look at:
    http://social.technet.microsoft.com/Forums/en-US/7dd2d0cb-97ff-4d9f-9c43-57109bb6bb3d/send-email-of-created-item-to-all-the-staff?forum=sharepointcust
    Thank you for your understanding.
    Best Regards,
    Linda Li
    Linda Li
    TechNet Community Support

  • How can anyone add to a SharePoint list but only some can edit all fields?

    My office has a list on our SharePoint for product requests. We were trying to make it so that the "+Add Item" link was available to all who want to request a map but only specific fields such as Name or Description would be editable on their
    end. Once the item is in the system, the SharePoint admins in our office could update things like Status or Analyst. However, after talking to the individual in charge of our SharePoint permissions told us that we cannot set this basic ability to "everybody"
    and instead need to create a special group with limited permissions. Unforunately we have high-turnover between our office and other locations and see this causing a problem in the near future. Is there a work around such as creating a web app or form that
    will push the necessary data into the SharePoint list or maybe just send it via email to designated recipients in our office to process it?

    I do not see any simple solutions here.  You have various options, each with different limitations and each will require some effort to implement.  Mix and match as best meets your needs:
    Create a standard list as usual*. In the lists's Advanced settings, in the Item-Level Permissions group, select the options Read all items and Create items and edit items that were created by the user.  This approach lets users create their own items
    and edit them, and they can still view other's, but they cannot edit other's.  Note: some list templates do not provide the Item-Level Permissions group of settings.
    Create a custom permissions level: copy it from Contribute.  Remove all of the Edit and Delete list permissions.  This approach lets your users create new and view existing entries, but not delete or edit them.
    Configure Incoming Email, and email-enable the target list.  You can configure the list to accept email according to the permissions that person has with respect to the list.  Thus, for example, a person with Contribute permission level would
    be able to send email to the list but a person with Read permission level would not.
    Create the list.  This will also create default New, Edit and View forms.  Customize the New form in SharePoint Designer 2013 so as not to display the fields you do not wish the user to edit.
    Create new site fields and content types: create one content type that displays only a few of these new fields and the other that displays all of them.  Add these to the list.  Configure a custom content type as the default for the list that displays
    only a few fields.  Users will see this content type when they create a new entry.  Edit the New list form to display only this content type.  Edit the View list form to display only this content type.
    References
    Configure custom permissions in SharePoint 2013
    Configure incoming email for a SharePoint 2013 farm.
    Create a custom list form using SharePoint Designer
    Create or customize a site content type

  • Emailing a sharepoint list

    I want to email my sharepoint announcements list, but i need more than just the title and the body column. I need a picture URL column too. Is there some way to specify in the email that i send what goes to which column.
    I have searched around but was unable to find anything.
    Thanks

    Sorry for misunderstanding. In that case you need to configure incoming email for that announcement list.
    Subject will be Title
    email body will be announcement body 
    and email attachment will be announcement attachment
    Enable and configure e-mail settings for an announcement list
    Enable
    and configure e-mail support for a list or library
    Configure incoming e-mail for a site, list, or library
    SharePoint 2010 - Enable And Configure Email Settings For An Announcement List
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • Sharepoint List Library Index

    Hey guys,
    Having a pretty basic issue that I can't seem to google my way out of.
    We have our sharepoint lists under the "List" section within the IT subsection within our sharepoint site, and am wondering if there is a way to re-organize these so:  Software Licenses and Software Renewals are index 1 and 2.  Basically
    wanting to change the order of the highlighted section.  
    Was just wondering if someone could explain to me on how to get this done :)
    Much appreciated, thank you.

    Hi,
    If you are not able to see the "Navigation" header in your site setting page,you need to follow this step.
    Go to Site Settings - Site Collection Administration - Site collection features Scroll down to SharePoint Server Publishing Infrastructure and click the Activate button .
    After this, please follow Amit's instructions.
    Murugesa Pandian.,MCTS|App.Devleopment|Configure

  • How to configure incoming email to SharePoint List? Facing problem please help.

    Hi,
    I am beginner in SharePoint 2013 Administration. I am working with Migrated system from MOSS 2007 to sharePoint 2013.
    I am facing issue with SharePoint 2013 List incoming email setting. It was working in MOSS 2007 system.
    I did:
    Whenever I am trying to specify list (incoming) email id and submit it. I am getting following error.
    "Unable to assign this e-mail address to the list, because the address is in use."
    When Users are sending email to list they are getting "Undelivery" notification.
    Please help.
    Thanks,
    Rajat

    Hi Rajat,
    There might be below options you can try to resolve the issue.
    1. There is a bug that sometimes causes this issue. If you update the description of the list and try again, it may resolve your problem.
    2. If you have SharePoint setup to create contacts in AD, have you verified there is not a lingering AD contact with the e-mail address? If so, you may need to delete it so the address is available in AD.
    Also please check whether other document library is using the same email id for incoming email setting or not.
    see below thread for more on this.
    https://social.technet.microsoft.com/Forums/sharepoint/en-US/ac58b52c-aafd-49c4-b68d-c1d1802bde27/unable-to-assign-this-email-address-to-the-list-because-the-address-is-in-use?forum=sharepointadminlegacy
    Regards
    Soni k

  • Send email to sharepoint list item

    I have a list, list columns are email,reminder1,reminder2,reminder3.
    i want to send email to list columns(email) through timer job based on reminders.

    Hi,
    According to your post, my understanding is that you wanted to get the list fields value.
    We can get the fields vaule as below code snippets.
    using (SPSite site = new SPSite("http://sp"))
    using (SPWeb web = site.OpenWeb())
    SPList list = web.Lists["ListD"];
    SPListItem item = list.GetItemById(2);
    SPField field = item.Fields["Test"];
    string text = field.GetFieldValueAsText(item["Test"]);
    Console.WriteLine(text);
    Thanks & Regards,
    Jason
    Jason Guo
    TechNet Community Support

  • How can I send emails to a list of email addresses using mail merge  feature in Microsoft Word for Mac? It would work with the power pc but not with macbook Air

    I want to send an email and personalize it to several contacts. I could always do it with my old Power PC using Microsoft Office Word for Mac but cannot access my emailoption when I use the Macbook Air. Anyone have a solution??

    No way for us to know for sure (without similar product/issues) but the
    HP Support site suggests that with the current Mavericks OS X 10.9.x
    their drivers should be available through Apple Software Updates:
    http://h30434.www3.hp.com/t5/Mac-Printing-and-Scanning/HP-Product-Support-using- Apple-Software-Updates-for-new-OS-X/td-p/3086229
    However that may be limited to certain models of printers or scanners that
    already had been known to be working under OS X as of that date in a
    prior OS X (such as 10.8.5, 10.7.5, 10.6.8, etc) with earlier product support.
    •Drivers and Downloads for Printers, Scanners, & More - HP Support:
    http://www8.hp.com/us/en/drivers.html
    A link to Mac OS X Support's List Printer & Scanner software (HP+ Other)
    •OS X: Printer and scanner software available for download
    HP Officejet t65 All-in-One Printer
    {According to this page, your old printer has only Windows & Linux drivers
    but you may or may not look into third-party driver support through such
    sites as Gimp; though unlikely to be available with Mavericks, or Yosemite}
    •HP Support Forum - Home:
    http://h30434.www3.hp.com/psg/?lang=en&cc=us
    You may be able to get a deal on a new printer as they are rapidly obsoleted.
    PS: edit to add... there was a Gutenprint driver reference for T65 Printer here:
    Mac OS X 10.5: Included printer drivers
    Yet a driver for ancient Leopard 10.5.x may not be suitable for Mavericks 10.9.x
    but the Gutenprint lead may be helpful to locate whatever may exist; or not.
    https://www.google.com/?gws_rd=ssl#q=gutenprint+mavericks
    Good luck & happy computing!
    edited

  • Is it possible to get Exchange emails downloaded to SharePoint document library using Powershell and or Custom Workflow?

    I have been asked to see if it would be possible to get  exchange emails downloaded and or sent to a document library .
    I know of the sitemail box app. but we are not running Exchange 2013.
    and setting up the lists and or document library to receive emails using the built in doesn't seem to be working...( maybe not configured correctly, i would need to see what the prior admin/developer did)
    But is there a way to get the emails downloaded to a document library using a workflow and or a powershell script that is triggered via  workflow?

    Hi,
    Since workflow can only work on items in SharePoint sites, they cannot get Exchange emails, let alone download emails to SharePoint library. However, you could manually save email to local and upload it to SharePoint list/library.
    I'd suggest you toubleshooting the incoming email settings in SharePoint. Please refer to the article below and check your configuration:
    https://technet.microsoft.com/en-us/library/cc262947.aspx
    http://blogs.technet.com/b/harmeetw/archive/2012/12/29/sharepoint-2013-configure-incoming-emails-with-exchange-server-2013.aspx
    Regards,
    Rebecca Tu
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • Split a text based on delimiter and add items to a sharepoint list using SPD workflow

    Hi All
    I have to store repeating table data into a sharepoint list. I have developed an approach to store data into a sharepoint list using web services as mentioned at
    http://www.bizsupportonline.net/infopath2007/how-to-submit-items-rows-repeating-table-infopath-sharepoint-list.htm. However this approach is working when form opened client only but when I opened it in browser this approach is giving error. Now I'm looking
    to promote repeating table data by combining items will a delimiter semi-colon (;). Please let me know how can I split the promoted field value using de-limiter and add it to a sharepoint list.
    Note:
    I'm working on SharePoint online 2010. (I don't have sharepoint on-premise, so I can't use SharePoint Object Model)
    If anybody know how to deal with this, please let me know.
    Thank you in advance.

    Hi Chuchendra,
    According to your description, my understanding is that you want to split the promoted field value in InfoPath form which was combined using semi-colon and add it to a SharePoint list.
    I recommend to submit the data to another SharePoint list first(use a column to store the value) and then create calculated columns to user formula to split the value, then use workflow to update the list where you want to add the value with the divided
    values.
    For example: the value is aa;bb;cc;dd.
    Based on the number of the semi-colons, we need to create one column to store the original value(named test for example), four calculated columns(v1,v2,v3,v4) to store the divided values and two more calculated columns(flag1,flag2) for use in the formula.
    v1: =LEFT([test],FIND(";",[test])-1)
    flag1: =RIGHT([test],LEN([test])-FIND(";",[test]))
    v2: =LEFT([flag1],FIND(";",[flag1])-1)
    flag2: =RIGHT([flag1],LEN([flag1])-FIND(";",[flag1]))
    v3: =LEFT([flag2],FIND(";",[flag2])-1)
    v4: =RIGHT([flag2],LEN([flag2])-FIND(";",[flag2]))
    We can also use Client Object Model to write code to split the value of the field.
    You can download the dll files form the link below:
    http://www.microsoft.com/en-in/download/details.aspx?id=21786
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • How to upload email from outlook to a sharepoint document library programatically.

    Hi ,
    I have a requirement where I need to create a outlook plugin which will upload selected emails to sharepoint document library. I am able to hold email using by creating the object of outlook.item.  but could n't find a way to upload created com object
    in to sharepoint library.
    I need to use webservice to upload email to the document library.
    can some one please help me with this?
    Thanks.

    Hi,
    Base on the description, you want to upload email from outlook to a sharepoint document library programatically.
    We need to do it using Web Services, there's a purpose built web service here http://cecildt.blogspot.com/2010/10/upload-documents-to-sharepoint-2010.html‎
    for uploading documents.
    The other alternative is using email enabled document libraries
    https://www.nothingbutsharepoint.com/sites/itpro/pages/how-to-setup-mail-enabled-document-libraries-in-sharepoint-2010-part-4.aspx
    Best Regards,
    Linda
    Li

  • Send Email to Sharepoint Group

    Hi All,
    How can i send email to sharepoint group? using infopath form send email data connection.
    1) I have created three groups i.e GroupA, GroupB and GroupC. i have a dropdown list (Items are GroupA,GroupB,GroupC) in my form. lets say user selected GroupA from dropdownlist then up on submit i have to send an emal to GroupA.
    --> Can this be possible? if yes then how
    2) I have another alternate solution. can this be achieved? please let me know
    I have created a three sharepoint custom list for GroupA, B & C in that few listed users email id are present.
    Here my questio is:
    1) How can i get the list of all the users when user select GroupA/GroupB/GroupC in dropdown list and sends an email to those users on submit button?
    2) Can this be possible Using Rules/setting Condition? If not
    3) Can this be achieved by using vbscript? because my client doesn't want to go with manage code and the big problem is i didn't have any idea on VBScript
    Please help me. Thanks in Advance.
    Mohammed

    All this can easily be done with a pretty simple workflow.  Is there a reason you're not doing it that way?  It's best NOT to send the entire form via email, because the data is immediately out of date, the formatting gets messed up, it requires
    InfoPath to be installed on the client, and it duplicates the data across the system.
    Please explain why you want to send via email submit instead of workflow, and then I'll see about testing your scenarios.
    SharePoint Architect || Microsoft MVP ||
    My Blog
    Planet Technologies ||
    SharePoint Task Force

  • Site Web Analytics Reports - accessdenied.aspx - which page/list/library?

    When I go to the Site Web Analytics Reports of a site and check the "Top Pages" I see on the 1st position "/_layouts/accessdenied.aspx".
    How can I know on which page/list/library they where when they had the access denied?
    For example, I have 100 "views" on /_layouts/accessdenied.aspx, is it possible to see:
    34 on the homepage
    29 on list A
    12 on list B
    7 on library A
    5 on page A
    2 on list C

    Try to find out function name  fn_WA_GetTopPages then
    add a condition to this function and filter out the /_layouts/accessdenied.aspx page.
    As another alternative, you can write your
    own access denied page and configure it from web.config. In that page you can write source url into your custom DB to create your own analytics.
    Link - http://sharepointdiva.com/2012/05/09/customize-the-access-denied-page/
    http://blog.randomdust.com/index.php/2013/07/custom-access-denied-page-in-sharepoint-2013/
    Please 'propose as answer' if it helped you, also 'vote helpful' if you like this reply.

  • How create animated power view reports using sharepoint list as a data source in sharepoint 2010?

    Hi All,
    I got a client requirement to create reports using SharePoint List as data source. The report should show reflection depends on values changed (I mean animation).
    I have heard about the power view/power pivot which does this kind of animations in reports.
    Can someone please guide me on creating reports which shows animations
    In power view/power pivot using SharePoint List as data source in SharePoint 2010.
    Thanks in advance.
    MercuryMan

    Hi MercuryMan,
    Yes, Power View, a feature of SQL Server 2012 Reporting Services Add-in for Microsoft SharePoint Server 2010 or SharePoint 2013 Enterprise Edition, is an interactive data exploration, visualization, and presentation experience.
    It provides multiple views featuring tiles, slicers, a chart filter, and a number of visualizations, including cards, small multiples, and a bubble chart. So, we can use Power View to do intuitive ad-hoc reporting for business users such as data analysts, business
    decision makers, and information workers.
    Currently, Power View report only supports two types of data models: PowerPivot Worksheet, and data models based on Analysis Services Tabular Model or Multidimensional Cube.
    In your scenario, you can create PowerPivot worksheets using SharePoint List as data source, deploy the PowerPivot worksheet to a SharePoint Library or PowerPivot Gallery, and then generate Power View reports based on the PowerPivot worksheets on the SharePoint
    site.
    To use SharePoint List as data source in Excel PowerPivot, you can refer to the following resource:
    http://blogs.technet.com/b/excel_services__powerpivot_for_sharepoint_support_blog/archive/2013/07/11/excel-services-using-a-sharepoint-list-as-a-data-source.aspx 
    http://technet.microsoft.com/en-us/library/hh230322.aspx 
    To create a Power View report based on PowerPivot model, you can refer to the following links:
    http://technet.microsoft.com/en-us/library/hh231522.aspx 
    http://technet.microsoft.com/en-us/library/hh759325.aspx 
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

Maybe you are looking for

  • X11 environment variables on MacBook Pro

    Hi I have just got my new MacBook Pro and have installed Gimp to run using x11 that came on the apple installation disks however I can't seem to get the xterm to configure correctly. GIMP is installed under /sw/bin but the default PATH for x11 does n

  • How to display Chinese characters in Oracle?

    I am using Oracle 8i with Language settings as AMERICA. I am displaying records which is contain Chinese characters. But it is not displayed properly in Oralce. How to change the settings to display Chinese characters? Thanks

  • Version 8 Projects - New computer

    I am currently using version 8.0, Windows XP 32 bit and have created and rendered a number of projects. A couple of the projects are not yet rendered and burned to a DVD and still being worked on. I will be purchasing a new computer and am concerned

  • Employee cost booking  other then cost center.

    Hi SAP Gurus, IN SAP HR in order to book the cost of an employee system provides us info type 0027 in which we just mention the cost center on to which we want to book the  wage or travel expenses of an employee. Right now we have a requirement that

  • Navigation is not happening Tab Strip control after execution of PAI

    Hi All, I'm facing a problem in my dialog program. Here I've a normal screen(200) which contains the tabstrip(3 tabs). Each tab has a subscreen area (named header_ref1, line_ref1 and scedule_ref1 respectively). screen 200's flow logic: PROCESS BEFORE