How to get Slot values in Form submit

Hi,

How can I get the value of a slot in the submit function of a Form?

tacker.get_slot(“slot_name”) is returning blanks.

This is solved. I had to convert it to string. My bad. :slight_smile: