Creating "show more" style button

Hi,
I have a list screen and I want to add a button that opens a new section (like a tab) for the selected item, within the list. I mean something like this:

The little arrow button will make the grey tab open and close.
Is it possible in anyway?

You can create a true/false property for that collection, you could call it “expanded”, then with the grey box and content you can set a conditional visibility that it is only shown if that property is true. That way it will be hidden when false.

With the arrow button you will need to update that value accordingly. Have one for setting it to true, and one for setting it to false, and again use visibility conditions to display which one based on which setting it currently is set to.

Excellent! Works great. Thanks!

1 Like

There is a clone app for what you want. check it out

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