Element Exist in Flow Decision

Hello all,

Little help, In workflow I have flow decision (If is true close App, two windows of app, if is false robot continue with process).
In sequence I have this


And Flow decision

image

True Sequnce
image ,

But when I tested, Robot doesn’t close applications. Where I wrong?
Thank you all

@Gagi77

Simply specify condition like this.

       CashReceipts AND MainWindow
1 Like

CashReceipts = True And MainWindow = True

1 Like

@lakshman @Pradeep_Shiv I tried boys, still same, Robot doesn’t close App’s

Hi @Gagi77
Try Cashreceipts =True or MainWindow =true

Thanks
Ashwin S

1 Like

use CloseTab

1 Like

@Gagi77

Once try to print the both Boolean values using Message Box activity and check it.

1 Like

It works when both windows are opened. How to set when is one window is open?

@lakshman @AshwinS2 @Pradeep_Shiv

specify like
if FirstCondition = true
then close this window
if secondcondition = true
then close this window
I mean use two If conditions seperately and try

Thanks guys…

1 Like

good it worked,
@Gagi77 Cheers

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.