Rasa stories failed to validate

Hi, I am facing the error to validate the yaml stories. Please help. YamlValidationException: Failed to validate ‘data\stories.yml’. Please make sure the file is correct and all mandatory parameters are specified. Here are the err ors found during validation: in data\stories.yml:5: Value ‘add_data - Form_Info - Form{“name”:“Form_Info”} - Form{“name”:null}’ is not a dict. Value path: ‘/stories/3’ in data\stories.yml:5: Value ‘deny - utter_goodbye’ is not a dict. Value path: ‘/stories/4’ in data\stories.yml:5: Value ‘add_data - Form_Info - Form{“name”:Form_Info} - Form{“name”:null}’ is not a dict. Value path: ‘/stories/5’ in data\stories.yml:5: Value ‘affirm - action_save_data’ is not a dict. Value path: ‘/stories/6’

Hi @vidyadhanve, welcome to the community.

You can use rasa data validate and YAML checker to validate your files

I used YAML checker it shown valid YAML

Hi, have you also checked with rasa data validate?