Condition based rules is not working as expected

Greetings, I am trying to add condition based rule for two different forms according to slot value, but according to my first condtion, my flow works perfectly but the problem is when there is second condition still the rules works according to the first conditon.

To elaborate it, Here is my domain.yml file, Screenshot (251)

my rules.yml file,

and here is my config.yml

now the issue is, In any condtion my rasa bot just execute the first rule(form_type:flight) if the form_type = hotel , still it executes first condtion rule(form_type:flight)

In rules, “slot_was_set” should be a boolean. You can only check if the slot was already set but not the value of the slot.

For example,

condition:
- slot_was_set:
    - form_type: true