hello @NotThatJon
- You need to include original fields in the Split node to use them later
- 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)