Deleting item from repeating group and two pop ups

I have this repeating group of “sessies”. When I click a cell, it gives me a popup with more info on a sessie. In this popup, there is a DELETE button with leads the user to a new popup (“are you sure to delete session X”)?

I did succeed in getting the data from the repeating group to popup1, but I don’t know how to get it to popup 2. I need this in order to create the text (what is X?) and to delete the correct sessie.
Can anyone help?

This is how I get the data from the repeating group to popup1:

2023-05-10 13_53_05-CoachBPT _ Bubble Editor en nog 5 andere pagina's - Werk - Microsoft​ Edge

This works.
But when I try the same trick from popup 1 to 2, I am having trouble sending the data:
2023-05-10 14_52_34-CoachBPT _ Bubble Editor en nog 5 andere pagina's - Werk - Microsoft​ Edge

Hi,
show pop-up inside the pop-up may not be user-friendly. I suggest you rethink the user flow. It will be straightforward.

If you assigned data type to both popups - you can run second “display data” action for pop-up #2 and use pop-up #1’s thing.

But I agree with @cnbabatas. I think it’s better to add something like a Y and N buttons that are hidden by default and display them within same pop-up when user clicks ‘delete’ button.

1 Like

That could be an idea as well.
And I did not see that I could also send data from the repeating group to both popups at once, instead of transferring it first to #1, then to #2.
I will try what works best. Thanks!

The variant I’ve tested is the following:

  1. RG button click → display data [current cell’s thing] to pop-up #1
  2. Pop-up #1 button click → display data to pop-up #2 [pop-up #1’s thing]