SharePoint Online

SharePoint Online is a cloud-based service hosted by Microsoft that helps organizations share and manage content, knowledge, and applications. You can create sites to share documents and information with colleagues, partners, and customers. For more information, see Introduction to SharePoint Online. In the context of Nintex Automation Cloud, SharePoint Online is a connector A software component that allows seamless integration with third-party services, business applications, and content stores. Examples include Salesforce, Box, and Microsoft SharePoint. Connectors are used to create connections required for workflow actions and start events.. The connector is used to create connections required for SharePoint Online workflow actions and start events, enabling them to integrate with third party services, to perform actions such as retrieve data, send notifications, or update records. Use SharePoint Online actions to work with list items and files in SharePoint Online.

Nintex Automation Cloud supports connections to SharePoint Commercial and FedRAMP-compliant SharePoint GCC environments. See Create a SharePoint Online connection below.

Before you begin: 

Jump to:

Create a SharePoint Online connection

Create a connection from the connections page or from the action configuration panel when configuring the action. The SharePoint Online connector is used to create connections to both SharePoint Online Commercial and FedRAMP-compliant SharePoint Online GCC environments.

For information about creating connections and assigning permissions, see Manage connections.

Note: Permission must be provided by a tenant administrator, before users with a non-administrator role can create connections using the SharePoint Online: Site Administration authentication method. This permission only needs to be granted once for your tenant, and then all designers can create connections. For more information, see Account requirements to create SharePoint Online connection

Create a SharePoint Online data lookup

Use the SharePoint Online data lookup to create a drop-down list of items within a specified SharePoint Online site in a form. Each data lookup is configured for a specific account. You can create as many data lookups as you need. For more information on creating a data lookup and assigning permissions to it, see Data lookups.

For example, use the SharePoint Online - Query a list data lookup in a data lookup form control to list the items in a specified SharePoint Online site.

You can create a data lookup to:

  • Query a list: List all the items within a specified SharePoint Online site. You can add conditions to limit the returned query results.
  • Query user profile: List user information of a SharePoint user profile.
  • Get members of a SharePoint group: List details of members in a SharePoint group.

SharePoint Online data lookup fields

When you create a SharePoint Online data lookup, you can configure additional fields.

To access the data lookup fields, in the Add data lookup section, select the Connector and the Operation.

The following operations are available for the SharePoint Online connector:

  • Query a list
  • Query user profile
  • Get members of a SharePoint group

The configuration fields displayed depend on the operation selected.

Operation Field or selection Description
Query a list Connection The connection to use for the data lookup. The drop-down lists all the available SharePoint Online connections.
  SharePoint site URL

The URL of the SharePoint Online site containing the list from which you want to retrieve data.

Example:https://domain.sharepoint.com/sites/hr

  List name

The name of the SharePoint Online list that you want to use for the data lookup.

  Columns The list of columns that you want to fetch from the selected SharePoint Online list.
  Item limit The maximum number of rows to be returned from the queried list.
  Sort by

The column by which you want to sort the query result.

  Ascending/Descending Sort the query result by ascending or descending order using the Sort by column.
  Conditions Add a condition to limit returned query results. For fields and settings, see Condition builder.
Query user profile Connection The connection to use for the data lookup. The drop-down lists all the available SharePoint Online connections.
  User email address The email address of the user that you want to query.
Get members of a SharePoint group Connection The connection to use for the data lookup. The drop-down lists all the available SharePoint Online connections.
  SharePoint site URL

The URL of the SharePoint Online site that has the group you want.

Example:https://domain.sharepoint.com/sites/hr

  Group name The name of the group from which you want to retrieve members details.