Pop up in a different area on the screen

Hi there.
Im wanting to have a repeating group list of data and when a line is clicked pop down the content of that line in more detail.
Eg the line expands
I cant seem to do it inline. But maybe I could use a pop up or something similar to achieve this.
Is there a way to make a pop up have a top focus on the repeating group line?

It’s a bit tricky with repeating groups. You need to build a reusable element that has a group focus element in it. There are a few threads about how to do this on the forum, but it takes some fiddling.

You could also place a group that colaps at hiding and put the details there. Toggle it and the line will expand. No popup needed. :slight_smile:

Perfect. looks like that will work. awesome thanks