I just tried to create a closed polyline from one referenced point and three moved copies of that point, but got the runtime warning, "Insufficient points for a polyline." The polyline component resulted in two values: Null, and a closed polyline excluding the referenced point. It seems like this new beta doesn't want to make a polyline from a combination of referenced and native points. Any thoughts?
That's because the points are stored in two different paths, one for the referenced point and another for the moved points. The polyline component will try to create a new polyline for every path. Use the param viewer located under params -> special to see the path structure of a list. If you want to combine the two paths into one, right click on the polyline's points input and select 'flatten'.
@David, unless there is a free way to get a screenshot (without pasting into photoshop) I can't get one up here right now. Working on getting photoshop for my pc side.