How to get a text from webpage and how to write an if condition to compare a text from webpage to a column in excel

How to get the text from frontend and after the text is obtained how to write an if condition to compare the extracted value to the column in excel?
I have used get text activity to get the below text from front end and created the output variable - JournalNo .


Now i want to write an if condition to compare the obtained JournalNo from get text activity to the column - JOURNALBATCHNUMBER in excel sheet.

@Paavani_Subramanya

Use Get Text activity to get text from Webpage

Now create a variable which is a string

Now use If Condition and check below to check whether the text is available in the column as below

Reference to check the string in Column

Hope this will help you

Thanks

1 Like