Hi All,
This sample compares a row from sheet1 with another row from sheet2. However the decision to check if both table rows and columns are equal is always given false.
I have checked the output of the table1NoRows , table2NoRows, and the two other variables for the columns count. all are the same. When the bot checked the decision “table1NoColumns = table2NoColumns and table1NoRows = table2NoRows” it always gives false.
Use a Join data table activity and set the join type as full outer join. This will give both matching and non matching results for the join columns you mentioned