Solly What is the best way to design the chatbot to present an array of data messages in a sequence? where the array is the output/response of an API get request? The messages need to be presented in sequence.
Alla Hi! It depends on the goal you are pursuing. In the API block, the user can configure the results of the received response in the handler. The JavaScript code works in this block. So you can use any logic written in JavaScript.