Hi Hanxuan,
Carousel widget supports mendix 9.6.0 or higher. so it should work with 9.13.1.
What error or issue you are facing with carousel?
Hello Hanxuan,
Download the below module,
https://marketplace.mendix.com/link/component/47784
and also refer to this below docs,
https://docs.mendix.com/appstore/widgets/carousel/
Hope it helps!
Hi Hanxuan,
Well the carousel uses system.images as the datasource, so for that you can make an entity and generalize it with system.images.
Now in the carousel widget, just put a image widget and provide it with the image you want to use. and it’ll work.
I can tell, because I’ve used it.
Hope it helps!