You can create objects by name, like:
+ TextInput: On text changed
-> System: Create object TextInput.Text on layer 0 at (0, 0)
You can avoid problems with uppercase or lowercase if you use upercase and lowercase. For example:
lowercase(TextInput.Text )
and give the objects lowercase names.
Edit: This works only in Construct 3