when a specific excel is open the bot has to do nothing if its not open do it need to do some activities, how can i do that ?
use read range activity and provide try catch for that
in the catch block use another read range and below it provide the activites
or you can try with other way
surround read range with try catch
and in the catch use assign activity
booloutput=true
below the try catch activity
use if activity condition as
booloutput
then
place what ever activities you want
else
cheers
