Forms does not fill list slot

@nik202 sure.

slot:

cc_num:

    type: rasa.shared.core.slots.ListSlot

form:

user_form:

    required_slots:

      cc_num:

      - entity: cc_num

        intent: user_details

        not_intent: out_of_scope

        type: from_entity

I’ve also set the config field as:

config:

  store_entities_as_slots: true