We've created one test suite with multiple recorded modules. One recorded module requires one simple data column of data. A second recorded module requires several columns of data. Should there be only one data table or two ? Two problems have prevented this from running properly. If there are two data tables one of the recorded modules adds in the second data tables records creating to many test iterations.
If there's only one data table one of the recorded modules cannot or does not find the first data table, so a new data table "must" be created.