How to create a dropdown container

Then you have to get a bit creative I guess. Maybe:

  • Add a number user-specific column (USC) to the relevant table.
  • Add a rich text component on the screen that looks something like “:arrow_forward: Dropdown”. Add an action to increment the USC by 1 when users click the text. Show this only when USC doesn’t equal 1.
  • Add another rich text component on the screen that looks something like “:arrow_down_small: Dropdown”. Add an action to increment the USC by -1 when users click the text. Show this only when USC equals 1.
  • Show your container when USC equals 1.
1 Like