How to create unique inputs in bubble.io Bubble Tutorial Unique inputs in bubble.io

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

КОМЕНТАРІ • 15

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

    If this was helpful please consider subscribing or buy me a coffee www.buymeacoffee.com/shanekluitv

  • @josephyoung2282
    @josephyoung2282 2 роки тому +1

    This worked great! Thanks!

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

    I'm doing exactly the same, but it consuming a lot of workload units, is there another way to do the same function using less WUs?

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

      I believe when I used this I ended up setting up privacy filters that will make it so that it doesn't need to filter as much data.

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

    Hi @soruz this is a great tutorial. In your example why did you choose ":firstitem "? What in case if the user adds a duplicate of last item or item in the middle? So sorry for the dumb question, I am very new to the programming world trying to understand the basics.

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

      Because what we are doing there is essentially pulling a list of 1 item. So the first item will be the "thing" we are looking for.

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

    Hi, tks for the video. i have a issue, i need combine 2 values. For exemple, i have n schools in one city and n citys. So, in need block the save button just when the user combine the 2 values, city and school that already exist on data table. I tried the operator "and" in the conditional "when"... but isn't work, just have no effect.

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

      Can you use multiple inputs on 1 "thing" to create this?
      Your "thing" would have inputs for School and City. Making it so that they would each be in the same "thing"

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

    Yeah, It worked great. Thanks.

  • @JaskoBesic66
    @JaskoBesic66 3 роки тому +1

    Hi,
    Are you available for freelance work? If so, how can I get in touch?

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

      Hi, I can be reached at shanebuildsonbubble@gmail.com

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

    this is great, however how can a person block duplicates from members who are joining your app… For example I provide access codes for paying members and I want to ensure they do not provide that code for others to use.. if they do I want the system to recognize that code as an already used coed and cannot be used again. Please advise.

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

      Once you decide how you want to generate your unique code, you could create a "thing" called a access code. Then in part of the signup workflow (before you create the user) check to see if there is an Access Code "thing" with that code that has been marked as used (If it finds one marked as USED then you would have a pop up or stop the workflow. , then (provided that there was no access code in use) have the user be created, then have a workflow that finds the code and marks it "USED".

  • @Mehdi-tq9ps
    @Mehdi-tq9ps 2 роки тому

    How can we do a search for all the database and not just the first item? Thanks

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

      If you don't include the first item section of the search it should grab everything. However, in many cases the logic will require you to grab 1 specific entry to make a change to.
      If you want to change a list of things you need to have the workflow evaluate it as change to a list of things. This will allow the search logic to grab a list and change everything in that list.