Implement the functionality of button blocks into collection grid

hello, I’m making a quick access tab on my app that shows different tables unique for each button you click. With this, I’m using button blocks if I click it it will show a new screen of a certain table.

But as you guys know, logos in the button block are limited and users sometimes cannot see the logos well because I’m using tiles

I have created a collection grid in the home screen of the app with custom logos pasted from the table. I want the functionalities of the button block implemented in my collection. Is this possible? please help

Yes, it’s possible. You just need to use a custom action for your collection item click, with conditional branches. Give each of the rows in your collection table a unique identifier, and then have a condition at the top of each branch in your action that checks the identifier, and then does whatever you need it to based on which item was selected.

2 Likes