'for' loop

Hi,

Could you tell me why loop doesnt work after ReplaceByCondition node?

1st python converts input to float (just to be sure).

2nd is a simple ‘for’ loop - attached:

What’s the diff between those lists? On custom made list it works.

dynamo_python

Try running the output from ReplaceByCondition through String.ToNumber

Thanks:

Replace -> String from Object -> String.ToNumber ->Python works.