This article will display the action “Office 365 new blog post”. Using this action you can publish blog posts through a simple action on Nintex.

Here, we will see how to configure this action and use it for our work.

Let’s see the implementation of this functionality.

Configuration

  1. Destination site URL: Provide the site URL.
  2. List Name: Specify the name of the list.
  3. SharePoint Online URL: Provide the site URL.
  4. Username: Provide the site user name.
  5. Password: Specify the password.

  6. Query:

    Here you can call the list based on the Query Builder or the CAML editor.

    • Include Sub-folders: Select if you want to add the query to be looped under the sub-folder items.
    • Maximum Number of results: You can specify the max number of results based on the criteria as in top 10 or 100.
    • Filters: You can filter the result based on your criteria.
    • Sort: You can sort the results based on ascending or descending order.

  7. Result Count: Here you can add a variable to store the count of the query results.
  8. First Column: Here you can add a variable to store the first column value.
  9. Fields XML: Here you can add a variable to store the collection of item metadata as XML.

Once you have configured, the workflow will query the list and fetch you the desired result based on the criteria. This result can be used for various purposes.

So, in this article, we saw how to query lists using the action "Office 365 query list in SharePoint Online and Office 365", using Nintex Workflows. We will see more new articles on the actions of Nintex Workflows in the succeeding articles. Until then, keep learning!