Hello @Bhagyashree_S
If conditions is working based on boolean(True/False)
If you need to work in string, then comare your value with some other value.
For eaxmple, You getting “Hello” from get text amd stored in variable as YourString, then use the condition on IF be like, YourString="Hello" or YourString.contains("Hello"), it returns boolean response and process will go then, and vale changes, it willl goes to else
Regards
Gokul Jai