First value of a Division operation is null?

I tried the standard / node and a code block divide and all my inputs look good but the first operation on a list comes back null…the rest are fine??

Can you upload an image of your graph so we can see what data you are working with? Otherwise it is nearly impossible to guess why you are getting a null on the first index.

1 Like

Can you use Object.Type to make sure your inputs are numbers? That’s likely not the issue but worth a try.
Also, have you tried just closing the graph and reopening it again?

Thank you all and @Nick_Boyts was correct though got there 5 min after one of my colleagues! data type it is…convert to number fixed the issue and now functions flawlessly.

2 Likes