Changing List Collection without changing screens

I have a screen that has a lists of a collection. I also have 3 buttons on that same screen. I need to have the collection change based on which button is pressed. I can’t find the right action to accomplish this.

Hi @MobileDev123 ,

You could duplicate the lists and use conditional visibility to show which list shown.

That’s a good idea. The other thing I was thinking about was combining the collections and filtering based on the button selection. But not sure how to do that either.

Having multiple lists and each of them is set to different visibility.

1 Like

Hello, In order to do it, you can either create multiple lists with visibility conditons as @Yongki has mentioned. Or you can create a mulltiple screens and each one will contain a specific list. Both ways are good.

Thank you!

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