Does Rasa form action’s slot mappings handle list slots e.g does it make slot ‘test_list = [‘cbc’]’ to 'test_list = [‘cbc’, ‘zinc’] when the user adds another test to it.
Does it appends the values to the list? I have tried but slot_mappings filled the slot with the desired entity given for the slot but converted my list slot to text and returned back, but i want a list with appended value. Am i missing something or rasa does not handle this? Thanks.