Hi All,
i have situation like bot should check whether the data is available or not, if yes, then execute the log msg, if no, then check for data and scrap the data and look for some condition and then log.
what i have done is
i used the on element exist and kept one assign activity to check the variable is true or false.
if no value found then, log msg. find img for reference
if yes, then perform the steps. find img for reference
find the img of activity used below
o/p getting is wrong.
if there is data, then it gives correct o/p, if there no data, then also give correct o/p.
any suggestion?
thanks in advance