Display content from a repeating group in popup

Hello guys,

I hope someone of you can help me with that.

I got a repeating group which contains a image (uploaded by the user) and a book title (uploaded by the user). This works perfectly fine. Now I would like, that the user can click on one of the items from the repeating group and a popup shows up. This works as well. My problem is, that I don’t know how I can store the dynamic data in this popup? The user can enter on the page where he also upload the image and the book title several informations like the publisher. In my popup now I have a text item which shell display the publisher of the item from the repeating list on what the user has clicked.

Im pretty confused about it.

Maybe someone can help me with that, I would appreciate it.

Thanks,

Lukas

Hello @lb1,
you can use Display data action in your workflow, then fill the element (this case the popup) and data to display use current cell.

https://puu.sh/ABUwC/bc5cbab324.png

Remember to use the same type of content in your popup:
https://puu.sh/ABUu2/3135b8b29d.png

And if you have groups in the pop-up fill them also with the same type of content and using parent group as data source:
https://puu.sh/ABUv6/c4294dba64.png

Best regards.

2 Likes

Thanks! Its working fine. If you just could explain me how I can make that the user which made the list item could delete the same, you would safe my day. :slight_smile:

Thankfully,

Lukas

You mean using the popup?

I.e: delete button inside the pop-up?

Best.

Yes. Inside the popup is a delete button. Im able to delete the things out of the repeating group. But I need to be sure that just the user which has made this specific item can delete it and not every user.

So you want to limit every user only can delete his stuff right?

In that case you can create a conditional only when Creator = current user:

https://puu.sh/ABV5s/fdd4c98d2e.png

https://puu.sh/ABV6k/6a08333da8.png

Regards.

1 Like

Thank you very much for your help and time! You really helped me out.