223
Views
1
Comments
[OutSystems UI] carousel with list
Question
outsystems-ui
Reactive icon
Forge asset by OutSystems

Hi,

Inside a webblock I'm using one carousel with a list inside based on a local storage table to have a dynamic number of items.

Inside the listitem I have one of the fields of the agregate list.

When I try to return the select item of the carousel to the parent screen throught and event I'm always getting the first item of the list.

Is this possible to do? Or i'm doing something wrong?

Thanks,

JP


2023-07-28 17-00-32
Marco Arede
 
MVP

Hi João, 

Yes, it's possible to do. You can use an event to send the item to the parent screen. Just be sure to send the current element of the list in event input.

Regards, Marco

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