I get a value when I press a button.
I want to receive once even after pressing several times.
This is the same as your question about a first run variable for a guide page. You would use the same blocks to allow a button to ârunâ (be tapped) only once.
In the on click block, you would disable the button. Then enable the button with some other action in the app, Such as when changing the value of some variable.
Hi, @mom7667yafy!
A quick solution for you would be,
Every time the user presses a button, get your value, and disable it.
Next, only enable it when you want the user to send another value / click one more time.
Thanks!
Can anyone show me an example block?
I still donât know.
This is the idea. But Iâm not sure a stored variable will initialize to false.
Oooh, simpler solution:
This is helpful but visually âDisabled = trueâ makes the button look washed out and unprofessional.
Iâll look into hiding the button or figuring out a different transition.
what about logic that doesnât let anything happen unless some other condition is true. or that alerts you âhey, you havenât done something yetâŚâ
^^^this is the route that I take. make a custom function. use it where needed.
from whence thunkable does not provide⌠build
I read that as
âwhatever bollocks you wantâ