Mistery

Why is this not working? I need the result per each item.

No need for imperative code, as you’ve got matching test and value lengths.

If you do want to utilize imperative, I think you’ll need to ensure X is treated as a single item, not as the list which you are passing in. This is best done via building a definition, as follows:

3 Likes

ty

1 Like