How To Detect Duplicate Data in Your App Bubble io

Поділитися
Вставка
  • Опубліковано 31 гру 2024

КОМЕНТАРІ • 14

  • @atomparish
    @atomparish 4 роки тому +1

    Great video. This worked for me very well. Your voice is perfect for these types of videos.

    • @EvanLittle
      @EvanLittle  4 роки тому

      Thanks Adam. Glad this process worked well for you. Let me know if you're encountering any other challenges related to managing data in Bubble and I will keep those topics in mind for future videos.

  • @antoniotrujillo7636
    @antoniotrujillo7636 Рік тому

    Excellent! Many thanks!

  • @daniellemclean6896
    @daniellemclean6896 3 роки тому

    When I create my grouping for the big repeating group, the only fields it shows are the built-in fields from bubble. How can I get it to show the fields I created?

  • @serjeq5591
    @serjeq5591 2 роки тому

    Thanks! Helps a lot

  • @LandsharkTank
    @LandsharkTank 4 роки тому

    Couldn't find the merge instructions on your website.

  • @helakajayakody2853
    @helakajayakody2853 3 роки тому

    how can I track duplicate names in a repeating group which the data is coming from an external API

  • @leonardobarreto8765
    @leonardobarreto8765 3 роки тому

    Hi Evan. Great Video!
    I couldnt find the merge video on your website. Can you send the link?
    Thanks

  • @kurtism4161
    @kurtism4161 4 роки тому

    Seems to work for the first 2 or 3 data entries but then it says every entry already exists there after even if it isn't a duplicate. Is there any other options?

  • @the-leap.
    @the-leap. 4 роки тому

    would the "only when" work when data is uploaded on CSV on the running version?

    • @EvanLittle
      @EvanLittle  4 роки тому +1

      No, for this you will need some other method of sifting through the CSV file to find duplicates. None of the current plugins in Bubble dealing with CSV files can do this but it is probably possible to code as an extension of Bubble via a new plugin
      stackoverflow.com/questions/52090094/remove-duplicate-values-from-a-csv-in-sequelize-and-node-js/52090941

    • @the-leap.
      @the-leap. 4 роки тому

      @@EvanLittle I'll take a look at it. Thanks for the reply.

    • @alexesposito1904
      @alexesposito1904 3 роки тому

      @@the-leap. did you find a way to remove remove duplicates when using the csv upload action?