I have an editable field called Number
. This field value changes to ""
every time a button is clicked.
So, I want to display its value using a < Computed Text > using as default value Number
.
Is there any chance after the button was clicked, the < Computed Text > to display the 'old' value from the field Number
?
Thanks!