Use true and false as strings in your array. “true” and “false”. That might work. Or you’ll need to have the data in string? I’m not sure, but I know there is a thread where I discussed this same issue with numbers on the forum.
I saw it! Thank you for that, but the weird thing is that I changed to integer instead of true false, being 0 true and 1 false.
And I have the same result, one of the 2 lists is empty.
I think you’ve caught a bug, I can see it in the code. Falsy value for the stack fallback to an empty string. So the value expected for the False stack is an empty string inside visible.
I will correct it! But if you did stringify your values it should have worked, I guess you forgot to do it both in your stack and data binding.