Curve point from list

Hi, i’m trying to place some points on a line using data from a excel sheet, but i cant get the curve point function to read the list. Any ideas how to fix this? Works fine when using “list create” btw.

Hello,
I think you are sending text, instead of number to List.Transpose node output
try plugging in the Object.Type node to see what you’re sending

Cordially
christian.stan

Looks like i’m sending text, is it possible to convert this to numbers? system string → system.int64

Plug this node ToNumber

Cordially
christian.stan

2 Likes

Thanks, working perfectly now

1 Like