Using cards so they perform different actions

I am building a dashboard for my app with a list of things a user can do/go to. The dashboard is set up as a card screen. I want each card to do something different - either setup the screen with an independentl configuration or link to a different screen or tab in the app. How do I accomplish this?

If you just want the Cards to link to different screens, add them as an Inline List, then look for the setting ā€œindependent screen configurationsā€ in the inline list’s settings.

If you want different actions for each card, I believe you’d have to set up the action using conditions so that ā€œif it’s this card, do this… If it’s that card, do thatā€.

2 Likes

How do I do the latter using conditions? I tried setting up a new action and it only allows two paths - if this then do this else do this. I need multiple ā€˜else’s’ because I have atleast 7 different dashboard items

Just keep hitting the plus next to the first IF. It should add another one before the Else.

2 Likes

Just keep clicking the plus button as @kyleheney said, you will be able to add as many as you want.

Here’s an example of a combo action with 12 branches, you can scroll left and right to view all later if you want to make changes.

1 Like

That was easy enough! Thank you so much @ThinhDinh @kyleheney

1 Like

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