Hello,
i am trying to build an event app.
All events are in a list. By clicking on the button “infos” it should navigate you to a new page with more information about the specific event.
Now my problem:
How do i individualize the actions of each button in every card of the list?
The info button on event card nr. 1 should nagivate to a new page with more informations about event 1
The info button on event card nr. 2 should navigate to a new page with more information about event 2
etc.
Hope you understand what i mean.
Thank you in advance.
EDIT: i can add actions to the buttons, but all the buttons have the same action then…(navigate to the same page)