You don't need multiple text objects or even layers to keep track of variables - you only need one, with something like:
action: set text to:
"Variable 1: " & variable1 & newline & (press shift enter here to start a new line in the expression editor - doesn't create a new line at runtime, that's what newline is for)
"Variable 2: " & variable2
Etc.