I have a Gallery with Items.
Each Item has a Textbox associated with it.
Users can modify the values in the Textbox and submit them.
After they click submit, I wish to (re)set the values in the Textbox to some default value x.
How can I do that? What is the command to set 'Textbox.Value' to 'x'?
I have found a workaround (for default value x and Gallery definition GALLERY_DEFINITION😞
Thanks for responding. Two issues here:
1. I wish to set the property automatically by clicking on a button, not by actually setting a value in the interface.
2. TextBox has no Default property, only a Placeholder property. From what I learned, the Reset function exists but it only applies to objects with a Default property.