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!