Check App State activity not ititerate in for loop datatable

Hi All,

Inside for loop for data table i am using check app state to check if item not found image showing or not if it shows i am displaying message box stating no further order for processing if not continue rest of the steps to click event loop only works once whereas datatable contains 4 rows. how to fix this issue?

@Sathish_Ashokan

Can you please show what you are doing in loop…are there any break statements or is the check app state checking for something and if not found or found is it not doing any steps?

Cheers

@Sathish_Ashokan

Use a log message in loop and check if it is looping…ideally if there are items it should

Cheers

Hi @Sathish_Ashokan

Try to debugging it with breakpoint and see step by step in your process

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