'make a new filtered list'

Is this a bug? both tests plug in and work but 'item' has an error shown.
I'm confused.

maybe because it's used in initialize global?
Did you try it in screen. initialized event?

Screen Shot 2025-02-25 at 9.28.22 am
You mean this?

As per @Kevinkun 's advice:

and another way:

The 'item' variable is local.

The Do It facility can't catch local variables.
They are long gone by the time it arrives at the scene.

There is nothing wrong with the code.

Ok So do I just ignore the error?

I'm passing a list to the 2nd screen so the names and spaces are unknown at screen2

What did they do on Apollo 13 ? (Houston we have a problem...)

Try the blocks I showed, obviously replacing my list with your startValue block.

Whoops, I missed that you were trying to run code in a global init.

Don't do that.


Thank you TIMA12 - it works like the other way !

I don't believe it does...

??
perhaps the error reporting is what is in error as the new list has the correct information in it whichever test is used!