Error loop for DataExtract where the table is null

@Rodrigo_Habitat Hi
Can you add a breakpoint in the If activity, then on the ‘watch’ or ‘immediate’ panel verify ‘ExtractDataTable.Rows.Count’; if you are getting a result >0 it means there’re rows in the data table
Sometimes, there could be 2 variables created under different scope; verified if there’re not variables under the same name

1 Like