Hi everyone,
I have a JSON file that represents a line geometry containing 5 vertices (points). I would like to create a separate feature (record) for each vertex so that I can then generate vertices and rebuild the line geometry from them.
I tried using the ListExplorer to extract the X and Y coordinates as attributes. However, the issue is that X and Y are only extracted for a single feature, and the other vertices are not created as separate records.

Could you please take a look at the attached image for better understanding of my workflow?
Any suggestions on how to correctly create a feature for each vertex would be greatly appreciated.
Thank you


