Creating a List with duplicate entries

Hello Bubblers! :slight_smile:

I am having 8 separate inputs in my app. They look like below:
Zrzut ekranu 2020-05-24 o 21.44.29
(example data filled)

I need to create a list basing on those inputs. For the above inputs, the desired list shoud look like below:

ABC, DEF, GHA, GHA, DEF, , POD, XXR

  • As you can observe, the GHA and DEF entries are saved double into the list, as input by user
  • There is also empty list item between DEF and POD entries, as input by user

I’m now using the :plus item function. While it does add an empty item to the list (that’s perfect), it also merges the duplicate entries (which is unwanted). The result is:

ABC, DEF, GHA, , POD, XXR

As a result the list has 6 entries instead of 8 and is incomplete. How can I do it the other way to make sure that the duplicates aren’t removed and the list contains all 8 input texts?

1 Like

Support in this case would be very welcome, as this is pretty much a blocker for my app development. :frowning:
(bump)

1 Like

Hey there,

For some reason Bubble doesn’t allow duplicates of text. I have tested it myself and see the same thing. @eve is this a bug or is this intended?

Also, instead of using text you can save each piece of text as a new data type “input”. Each piece of data would have a unique ID which would allow you to save duplicates. Then you can attach it as a list of “inputs” instead of a list of text.

Want to learn more?

www.nocodeminute.com

Presenting

Hope that helps! :slight_smile:

1 Like

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