I have two particular columns, let's say they're called New Orders and Ready to Eat. A card should never end up in Ready to Eat that hasn't been Checked for Ants. A card keeps track of whether or not it has been Checked for Ants using a checkbox named Checked for Ants. Is it possible to configure the board or card in such a way that if a user were to try moving a card from New Orders to Ready to Eat without having completed the Checked for Ants checkbox, the card wouldn't move?
So far the closest I've been able to find is using an automation that triggers when a card without that check is moved into Ready to Eat and moves the card back to New Orders, but that leaves open the strong possibility of the user not noticing that the card had been moved back.