@snazzyq if you change the return type of your Current Focus variable to Name. You can check against it in your If directly without storing into a text component and assigning to a separate var
@ridn Ah, nice. This is a weird way to do it, but nice.
@snazzyq for reference this applies to all variables, you can choose how the variable should be treated or if you want to return a specific property (like the name) instead of the raw object. For example if you get a contact object, and you want to look at the phone number or last name, or you actually want it to be treated as a vCard rather than a Conact.