How can we implement Parent / Child structure using List view Control in office 365.

  • 9 February 2018
  • 1 reply
  • 36 views

How can we implement Parent / Child structure using List view Control in office 365. I did not find any list view kind of control in office 365, so Do we have List view Control, if don't then how can we implement parent/child relation under office 365 using nintex form.  We want to implement the same functionality given under below link in office 365: https://community.nintex.com/community/build-your-own/blog/2017/09/30/forms-parent-child-structure-using-list-view-control


1 reply

Userlevel 7
Badge +17

Hi,

unfortunately there is no "list view" control in Nintex Forms for Office 365. You can vote for this here: List View control – Customer Feedback for Nintex 

The way I would try to do that is to use jQuery to make a call to the list REST endpoint I want to display, grab data using the $filter parameter, and then output it into a HTML table. Get familiar ex. with this blog post about calling SharePoint REST APIs from Nintex Forms:  .

Regards,

Tomasz

Reply