25
Views
3
Comments
Solved
How to refresh carousel in reactive web application
Question

Hi,

I have used carousel and displayed a list, when I am adding new element to the list, it is not updated immediately in the carousel until we refresh the entire page. How can we update the carousel without refreshing the page ?

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi Sridevi,


You need to, after changing the list, use the CarouselUpdate action from OutSystemsUI, so the carousel can get updated.

The input should be the id of the carousel widget.


Kind Regards,
João

2025-03-19 01-45-51
Sandeep Kumar Kolli
Solution

Hi @Sridevi Bera 


Use relevant Client Action to update the expected data in the widget

2018-10-29 08-31-03
João Marques
 
MVP
Solution

Hi Sridevi,


You need to, after changing the list, use the CarouselUpdate action from OutSystemsUI, so the carousel can get updated.

The input should be the id of the carousel widget.


Kind Regards,
João

2025-03-19 01-45-51
Sandeep Kumar Kolli
Solution

Hi @Sridevi Bera 


Use relevant Client Action to update the expected data in the widget

UserImage.jpg
Sridevi Bera

Thank you guys, Issue has been resolved

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.