Why does Int to String and String to Int get different results?

Additional info: Green nodes are “Pure” methods which do not execute through exec pins. This means that they will execute for every time a pin is accessed. Methods which are not marked Pure (and are executed with the execute pin) do not run every time an output parameter is accessed.

2 Likes