How to allow users to send consecutive messages to an AI Telegram Agent and answer in one reply

Im currently trying to build an AI Assistant with make.com but I came up over an problem:

The assistant cant answer in one reply to consecutive messages for e.g.
Hello!
How is it going?
How is the weather today?
He will answer in three replies to this, but i want in only one reply

Alright, I have figured out the “partial” solution.

Whenever a new messages comes, the Telegram Webhook receives it and it goes inside my Airtable database, it is then sttored there temporarly.

So all messages are combined into one signle cell, but the problem is:

The scenario will execute 3 times which mean again three replies, I am new to make and thats why i May ask an stupid question
Im happy to listen to all variations and solutions

Ive saw a person that realised that but hadnt answered me yet.

Ive tried many things but still nothing works :sob:

Thanks