Individual actions for cards in a list

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.

fUnbenannt

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)

The issue is in your logic. You don’t need one screen per event.

Since your events are within a list, and each event has its own properties and information, simply create a screen to display the details of the event.

Design the screen however you want, and use Magic Text to pull the information related to the corresponding event.

2 Likes

Thank you very much!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.