initialise
I have a list of events ('evm events')
-columns: ID, session series, session code, Titles
and a list of registrants ('evm registration')
-columns: ID, personen, eventID
Goal
Each record has a 'person' and the selected event. By storing the ID of the events in the 'EventID' field
For each event, I want to store an HTML table of persons in PDF.
Flow
In the flow, I run through all events with an ID.
I filter 'evm registration' the event.ID in registrants. EventID.
I plug that table into HTML. But it's all columns. This works fine but doesn't look like it. It's too many columns.
So I want to choose custom columns. And then it goes wrong. It creates an extra loop which then also crashes when testing.
Overview
The colum that I want in HTML-file
When I choose 'custom columns in advance options. Powerflow makes a second loop (Apply to each 2) Why? From then on, it doesn't work either