FormAction implementation issue

I have created a form class. I have overwritten validate method in my validate method during the requested slots and current slots are not getting populated. Below is my code which is having null values initially.

def validate(self, dispatcher, tracker, domain):  # type: (CollectingDispatcher, Tracker, Dict[Text, Any]) -> List[Dict]:
    slot_values= self.extract_other_slots(dispatcher, tracker, domain)
    slot_to_fill = tracker.get_slot(REQUESTED_SLOT)

hi @indranil180 - I’ll need more info to help answer this. What is the expected behaviour, and what are you seeing instead? If you could provide full steps to reproduce that would be helpful

I solved that issue :slightly_smiling_face: Thanks for your response.

I am facing issue in this Sql_tracker_store giving error if you could help me with this.