Hi Team, We are using carousel widget to show some data , currently we are showing 3 cards at some interval, i want whenever user updates data so new card should be added automatically in carousel, how can i achieve this.
asked
Neelesh Arora
1 answers
1
Hi Neelesh,
whenever user create new cards details then you can update the association where you aee storing cards
alternatively
you can use Mendix Marketplace - Microflow Timer timer widget and run at at some interval which will update your association and show updated cards as well.