Select by list of ID - (list of strings to list of int..)

Hi all,
My scrypt is supposed to add value “bb” to parameter “aa” to all elemets that have their ID on my list (list from excel).
“String to int” block works fine with one string, but it doesnt want to loop through the list of strings…
Is there any simple solution to that?

I think your problem comes from the fact that the data output is not a string, as you have checked it works with a single string. Place a node String from Object between the second Watch and String to Number and it should be fine.

3 Likes