Splitting out sub-array for each item

hello @NotThatJon

  1. You need to include original fields in the Split node to use them later
  2. You need a Set node to flatten the table (as the HTML node will treat all items as table rows, but it can’t use nested one)

If you would like to create a table for each person, then you will need a Loop node than will loop over each user (before the Split node)

3 Likes