Yes you can do this.
Consider creating a Global Variable, called "Name" for example.
Use a textbox for the user to enter their name.
Create a button to set the value.
Then use the variable to call the string stored in the variable.
Here's a simple example in a capx to help you get started.