Workflow Soluiton

 View Only
  • 1.  Workflow - Reading a Sharepoint list

    Posted Jul 06, 2016 12:54 PM

    Hi all,

    We currently have a number of forms on Sharepoint which write to a lists. I am trying to find a way to read the Sharepoint list and for any new entries, process them using the values from the list.

    I have been looking at the Sharepoint component library but while this has options for adding and removing from lists, I cannot see a way to read them?

    We are currently running Workflow 7.6 HF7.

    Any help appreciated

    Chris



  • 2.  RE: Workflow - Reading a Sharepoint list

    Posted Jul 07, 2016 03:53 AM

    How about using an Integration Component?
    Choose
    Microsoft
    SharePoint Lists Generator

    Fill in your credentials

    Choose your list(s)

    Give the components names.

    It defaults to "SearchItems" then use it with an ID of the Item is NOT NULL


    Or "Document List"

    Document List
    Class: LogicBase.Components.SharePoint.DocumentListComponent
    Library: LogicBase.Components.SharePoint.dll
    Publisher: Symantec Corporation

    https://www.symantec.com/connect/articles/document-list

    from the 'LogicBase.Components.SharePoint.dll' library


    Forum

    https://www.symantec.com/connect/forums/how-get-list-items-sharepoint-list-within-workflow

    Article

    https://www.symantec.com/connect/articles/symantec-workflow-and-microsoft-sharepoint



  • 3.  RE: Workflow - Reading a Sharepoint list

    Posted Jul 08, 2016 05:11 AM