Hi, I am sure you will understand what I mean from the description below:
Let's say, I am currently modifying a TextInput1 (text field). The code I am currently writing will affect only the selected text field.
Let's assume that OnChange I would like to see if someone wrote commas in this text field, if yes - reset this and notify that it is forbidden to use commas.
If I use TextInput1.Text for this, I will have to copy and paste the code for TextInput2, TextInput3, etc. and if I have dozens of them, it would be annoying to edit this in every place.
Is there any formula to replace TextInput1.Text with 'the field that I am currently writing this code to'?

Report
All responses (
Answers (