PFA workflow iam trying to take decision with image but its not working

Testing fix.xaml (18.9 KB)

please help

Actually it is always flowing in the else part

@Divya_Gomathy, Ensure that you have used your boolean variable appropriately.
In your workflow, you haven’t assigned the boolean variable to element exists. This results in default boolean value of false.

Note: It would be great if you make your posts in a single shot.

Regards,
Dom :slight_smile:

Sorry for posting many times in reply section i thought i dint convey my question clear that’s why!! sorry again.yea i have tried after assigning the boolean variable if i use image exist activity it is going in the else part if i am using element exist it is flowing in the if part :neutral_face:

@Divya_Gomathy,

Chill…. No worries :slight_smile: Just making you aware !

This happens because of image inaccuracies . Play with values of image accuracy and try once.

Always use Element exists as its more reliable when compared to Image Exists

Regards,
Dom :slight_smile:

1 Like

@Divya_Gomathy try this, see if this works, if not let me know → Testing fix.xaml (19.1 KB)

Hi

Tried this but it is not working!! will there be a problem with the page selector i have tried giving the exact selector from page attributes…

Hi just tried comparison method and it worked :slight_smile: but iam not clear can some one explain how this worked PFA workflowTest dev.xaml (26.2 KB)

Hi @Divya_Gomathy,

Use this xaml file.
Testing fix (1).xaml (18.9 KB)

Regards,
Arivu :slight_smile:

1 Like

Yea it worked :slight_smile: so the declaration is all that matters …Thank you so much @arivu96 :slight_smile: