Removing multiple options from list using "remove"

We’re frequently removing multiple options from lists using the “remove” operator when making changes to things. Recently, I noticed that some of those actions stopped removing options when triggered. Conditional statements fulfilled, and even seeing the options listed as removed in the logs, but the options still remain in the thing’s list. The “set list” and other operators appear to be working as expected.

Anyone else experiencing this?

(Ignore that screenshots are from different actions. Behavior is the same on both, I had removed the other action before capturing a screenshot during troubleshooting.)