URGENT! LIKE funtionality-how?

There are three options that every user will choose one from

Data Type : Sports.
O soccer ( number of people chosen)
O baseball (number of people chosen)
O basketball (number of people chosen)

OKAY -->button.

(maybe I have to use radio button?)

If the user press OKAY Button only when radio button’s value is “soccer”
then Make change to thing >
Thing to change : Search for Sports: first item(?) --> I don’t get this one, bubble led me to this.
Change another field: soccer = This Sport’s soccer + 1

IT DOESN"T WORK…

  1. is there any other way to immediately (without using button) + or - number?
  2. any other easy way to do this? this function seemed so easy but I cannot get it/

PLEASE TEACH ME !!

Thanks,

Hey @song52114,

I’m not sure I understand exactly what you’re going for, but one way to keep track of what a user chooses here would be to record it in a field for the user type.
So, in your database, under the User type, have a field called “Sport” that is a text.
When a user selects a sport and clicks the okay button, set up a workflow action that “Makes changes to the current user”. The field you’ll want to change is that “Sport” field.
Again, without more info, I’m not sure if structuring things this way will make sense for your app, but it’s definitely one approach you could take.
Hope this helps!

Jacob
Need help with Bubble? https://www.tekademy.co/

1 Like

THank you your approach worked!! thank you so much–!!

1 Like

Happy to help :slight_smile: