Hello all - So I recently discovered that I can’t add duplicate issues to a custom element list using any of the built in Bubble methods as it will de-dupe the list when it adds the item.
However I do have a situation (like most people usually do) where having duplicates in a list is perfectly fine.
Essentially a user will be able to select line items from several RG’s which could end up meaning that the same item is picked from multiple RG’s simultaneously, ending up with duplicates.
Once all line items have been selected the user can now save them to the db dupes and all.
If I try to add these to the custom element as they are selected the dupes get removed as we know.
I’m looking at the List Pusher plug in from @keith which seems promising but I don’t know if it will work how I want it to because I need to maintain a persistent list to send to it, and the only way I know to hold a list is through custom states which can’t have dupes.
My question is, will this plug in work or is there another workaround to this?
Thanks!