I'm trying to create the answers for the api calls but have found a limitation.
Our api calls has within the same reply several items that would need to be reflected in the information shown as a reply by the bot (there is no limit to the number of transactions that the api call will get for one search).
Each item is a transaction and has information on it.
I've tried to add variables for each transaction but it seems there is an 8 variable limitation.


Is there anyway to make the reply from the api call include all the information on it?