Dispatcher.utter_message prints only last value from list of values

Hi,

I have a list of 10 address which I would like bot to print. But dispatcher.utter_message prints the last address only. Remaining 9 address are not being shown by bot. Please help me in resolving this and I can get all 10 address from my list in output of bot

Hi @machiwal23!

Could you please post the printing part of the code?

Hi,

So u have 4 values from output. In actions prompt, i can see those 4 values as below:

But , bot utters only one value .This value is last one from list as in actions result

Please show me your actions code.

i am facing same issue please help if any one know solution