How to define the order of the points in a spline component

I have to define the order of the points for the spline component (clockwise or anticlockwise) and the points are feed to the add spline point node through a for loop through a data table. How can I do this through blueprints.

Hello! You can do it with just selecting operator to go through array - for example use ForEach node for one direction and ReverseForEach node for another one.