Variable has still the same value

Hello UiPath experts,

trying to build a simple WF - put a keyword into Search field on a webportal and then screen scrape the number of results returned… the keyword is put directly in TypeInto activity… when starts with a first keyword (0 results found) it works… but when trying to use next keyword (142 results found), the screen scraped value is still “0 results found”
IterExpExcel.xaml (10.3 KB)

Could you pls advise what to fix in such case?

Thanks and regards

hi,
i tested your WF and notice that you get the same value only if the page is not close before the new search.
i can close the application before your use a loop for the search part.