Thanks for the response! Project attached as a zip. Minus the actual installation of flowcanvas. I’m simply using the latest. Unity version 2018.4.36f1.
The struct is as simple as it gets:
public struct Struct4
{
public float number;
public List<float> numList;
}