How can i make a dropdown list with conditions?

Can somebody help me with this?
I want to make a dropdown list that if the user selects an option from the list it will show a specific label text and the user can count how many times he/she have done that specific task he/she has selected.
You can see some references in the image below:

  1. Select an option from the list
  2. label text change according to the selected option
  3. user start’s the count

It is possible with just if then else block alone

1 Like

What have you tried so far ? You can use spinner and depending the spinner’s selection use if… then statement

1 Like