Hi,
I am using the text exists activity to search for the particular string, for eg. “CORP_GI_PREV_MONTH”
If this string is not available it should return false, if it is available it should return true.
But in my scenario I have “CORP_GI_PREV_MONTH_New”, so the code should return False, but it is returning as True.
How can this be resolved.