Unable to select Screen for Click Activity in Excel Activity Scope

Hi all Friends,

Inside Excel Application scope i am reading all excel Data into Data table variable. After that i am using for Each row data table loop inside loop i am using click activity where i want to select screen for other activity. but the case is i am not able to get screen scope for other screen for Click Activity. Please help me how i can change screen for Click Activity .i want to get screen for Calculator for Click Activity.

Thanks and Regards,
Varun Shinde

Hi,

Can you try either of the following?

Surround Click activity by UseApplication/Browser

Use Classic Click

Regards,

@varun_shinde1 You are already reading excel data to a data table variable. Then why still keeping the click activity inside excel scope

Keep for each row in data table activity outside of excel scope then it should work