Hello Power Apps community,
In the OnSelect property of a button, I'm trying to write something like OnSelect = Set(variable_A; false) ; Set(variable_B; true)
but there's an error showing on the ";". It says "unexpected signs are being used in the formula" although it's supposed to be the correct chain sign (I'm working in France, so it's definitely not the comma).
However, the formula seems to work when I put two ";;" instead of one ";"
can someone explain this ?
Thank you so much