Repeating Group Showing copies of same Item

In this repeating group I have 2 types of items : BookSR and BookUp …

A BookBSR is created from a workflow, it’s related to the UniqueID of BookUp but BookBSR has is own ID.

On this repeating group it’s possible that multiple BookBSR were created from the unique item BookUp. At the moment we shown all BookBSR ( “cards” ) but I would like to show just one with an icon or something saying 1-2-3-4-5…etc…

Users can select those BookBSR and they will disapear, new BookBSR can be created anytime.

My problem is sometimes I can have 10-12 different BookBSR related to 1 BookUP but for the user it represent the same BookBSR (it’s the same “card”), it’s kind of stupid to show it 10-12 times… it could be also that we don’t show the number but once somebody select it the next item in line will show till we don’t have anymore BookBSR related to this BookUp.

I’m struggling to find a way to show only one of those BookBSR if they are related to 1 specific BookUP, in this repeating group we can have thousands of BookBSR related to thousands different BookUp.

Anyone has an idea of how to proceed?

Thanks in advance!

Hey @manu.denault :wave:

You will set the type of the repeating group to BookUp and source will be Search for BookUp. Then, in the cell, you will search for BookBSR with the BookUP = Current Cell's BookUP: first item. And it should work.

To reduce the writing of the same expression, you can put a group inside the repeating group and set type to BookBSR and source will be the expression above. Then, you can use the variable Parent group's BookBSR in the group.

bdk_512x512 @Huseyin from Flusk | Discover the #1 Security and Monitoring Tool for Bubble

1 Like

thanks for trying to help… here’s a graphic of how it’s set up at the moment…
I don’t think I can search for the first item because I’m showing a list of things on my repeating group, than on each card I’m showing them individualy, but I need to show only one card if it has the same BookUploadID of another card…

This topic was automatically closed after 70 days. New replies are no longer allowed.