Minus item removing all instance

Capture

i am trying to remove an item from a list, for example the lists contents are:

2
3
4
1
1

list:minusitem:1

will lead to
2
3
4
i need it to only remove 1 instance of the value but its removing them all how do i achieve this?

This topic was automatically closed after 70 days. New replies are no longer allowed.