Skip to main content

SharePoint List Input Tool Icon SharePoint List Input Tool

Warning

The SharePoint List tools are deprecated. Install the SharePoint tools which provide updated features.

The SharePoint List Input tool reads lists from SharePoint to be used as data input in a workflow.

DateTime data and SharePoint

SharePoint stores all DateTime values as UTC. To correctly convert your system's DateTime values to and from UTC, do the following:

  • When writing to SharePoint, convert your system's timezone to UTC with the DateTimeToUTC() function.

  • When reading from SharePoint, convert from UTC to your system's timezone with the DateTimeToLocal() function.

Otherwise, use another DateTime Function to perform the calculation. For additional information, see Functions.

Tool Configuration

  1. Select a SharePoint Version.

  2. Type the full SharePoint URL or click the drop-down to select a saved URL.

    • http://sharepoint.mydomain.com/mydepartment/

      Important

      When scheduling your workflow to run from Alteryx Server, the URL must be accessible outside of your Windows account. For example, WebDAV paths are not supported. See Schedule Workflows.

  3. Type your authentication credentials.

    • 2007, 2010, 2013, 2016

      • Type your User Name and Password. The user name must include the domain name.

    • Online/Office 365

      • Type your Email Address and Password.

    • App Only Authentication

      • Type your Client ID and Secret Key.

  4. Optionally select Save Connection to save the connection URL and credentials when you run the workflow. You can save up to ten connections.

  5. Select a List. The contents are specific to the URL you specify. If your URL contains a directory, only lists for that directory are shown.

  6. Select a View. The available views are determined by the list you select.

    Note

    "The attempted operation is prohibited because it exceeds the list view threshold enforced by the administrator" is a SharePoint error. Remove any sorts or filters from your SharePoint list view, then process the unfiltered, unsorted data in Designer.

  7. The Refresh button clears cached data to update the available lists and views. Lists and views are refreshed when you refresh the workflow by pressing F5.

  8. Optionally specify a Record Limit. To read in all records, leave this field blank.