How to create a pop-up with more details

Ciao a tutti!
For a desktop app I am developing, I needed to create a pop-up with some more information than the list.

I built what I needed in this way:

  1. an icon within a custom list with two actions to change the value for two inputs;
  2. two inputs (they should be hidden);
  3. the first input retrieves the business name of the list;
  4. the second input, with a default value set to ‘hide’, will be updated by the second value change set on the first point icon;
  5. A list showing the same collection as the first list. Here I set a filter on the value ‘Business Name’ so that the first input has the same value as the list from which I clicked to get the detail;
  6. an icon button to close the detail window that changes the value of the second input to ‘Hide’.

I hope it can be useful to some of you :slight_smile:
Thank you

Link video:

1 Like

If it weren’t for the video, it would have taken me longer to try to replicate ur method. Thanks for sharing this. I think I’ll show it to my friend if u don’t mind

1 Like