Hi FME gurus.
I am trying to extract values from a list to populate columns with the associated values in the fields.

In my list (called _columns) I have a caption field which has the name of the column I want to create and the date value I want to populate into the field so the example I have in the screenshot I want to look like this:
| Application ID | Last Inspection | Next Inspn Due |
| 648343 | 2025-06-23 | 2026-06-16 |
| 15456.. | 2025…. | 2026…. |
The list exploding only brings out the name of the original column ‘caption’ but I am looking to use the values in the list itself to build the attributes and populate the values.
There are records with more than 2 elements in the list and I still will need to figure out how to expose the attributes (schema scanner?) once it is done but this is the first step.
Any suggestions would be amazing, Thank you.
Michael.





