Use Check App State inside each branch of the parallel. Then inside each Check App State’s “appears” section, put your Type Into.
Also, I assume you need to exit the Parallel and continue after one of the two branches is performed. If so, go to the Parallel’s properties, put your cursor into the condition property, press CTRL+K, give a new variable name like CompletionCondition.
Then after each Type Into, put an Assign CompletionCondition = True
Then when one of the Check App States finds its element and performs its Type Into, the condition will be true and the parallel will cancel the other branches and continue.
Here is a tutorial I made on using Parallel: