I have an array with multiple objects that are being fetched from an API call (Send an HTTP request - function in bot composer)
The array is Something Like this
[{"SdDoc": "4088","ItmNumber": "000010", "Material": "TG0012"},{"SdDoc": "4088", "ItmNumber": "000010","Material": "TG0012"}, ...]
Where each object contains data that has to be shown in an adaptive card as a carousel. The number of objects in the array changes on every API call(i.e number of adaptive cards changes), therefore has to be dynamic.
I have tried the solutions mentioned in the following GitHub conversation which resulted in the attached syntax error
GitHub Conversation: https://github.com/microsoft/BotFramework-Composer/issues/3674
How do I make all the adaptive cards which are created Dynamically, be shown in a carousel
Example: This is a static carousel having static made adaptive cards

example code how to implement the feature
]
}```
}```