I am building a flow that is getting text from a terminal session. The text is just a single letter that is in the field but could be one of several letters i.e., it could be a T or P or I. This produced a TerminalText variable. Now, I need to build the commands so that if the text is one of the letters, it will execute the Enter button and move on. But if the field is blank, I need to populate the letter T in the field. This would run on a loop. Any help would be greatly appreciated!