How to save to many slots in slot validation

Based on the users input for a slot which is being validated it needs to clear other slots. I’ve tried to save to other slots but it doesn’t seem to be saving. How would one go about this? currently returning {“slot_one”: None, “slot_two”: False} where slot two is being validated

There’s an example in the financial-demo here