Hi everyone… I’m new to the BUBBLE world and I created some solutions that allowed me to have fun and understand how it works a little.
But maybe now I’m going too far and I can’t understand how to perform more advanced functions.
I have a single button that I need to give this instruction to.
If
Partite.w=Prono.prono
then
set User.id=User.id+1
when
User.nome=Prono.ID_user
Basically I would like to increase point to the “POINT” field of the USER table for each user, for each value of “PRONE” in the PRONO table that is equal to the value of “W” in the MATCHES table
I don’t know if I’ve explained myself but I would like to create a score for each user who guesses the result of a match
Thank you