A package that clicks on a particular area if a row appears on screen

I am trying to create a flow chart that looks for the presence of a row within a program, and click on a particular button in the row when the row appears. I get the following error message (attached below) in the click activity. can someone please help me understand and if possible solve the problem.

Regards
Chinmaya

Hi @kumarchinmaya116,

Welcome to Uipath Community :smiley:

You can remove one transition line.keep it true condition.remove other.

Regards,
Omkar P

Actually i need the sequence to continuously monitor activity on an app. so removing the false condition will make it work improperly. can u please check the same if i send the main file?

Thanks
Chinmaya

@kumarchinmaya116

Can you share the xaml file, project.json file?

Thanks

here it is.
main.xaml: https://drive.google.com/file/d/1X6FSV6dtvHBZlWLDChRWbxrbc6ZQ9Up9/view?usp=sharing
project.json: https://drive.google.com/file/d/1AxhDtsYIXxXNpepEL5SX4Ol-NuhNU334/view?usp=sharing

Thanks
Chinmaya

@kumarchinmaya116

The error lies in properties-> Target->Element

image

You should provide a UiElement if you required not the String, Just remove that, you are fine to go

Mark as solution if this works for you

Thanks

1 Like

Thanks friend. U saved me from a lot of frustration.

Regards
Chinmaya

1 Like

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