When a specific excel is open do nothing if its not open then do sequence 2

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 ?

@Soudios

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

@Soudios

How are you opening the excel?

Using excel activities or using ui?

Cheers