You get the "Cannot import to the same company table being used as input" error because Clay doesn't allow you to import or write data back into the same table you're using as the source. This prevents data loops. To fix it, import the data into a different table instead. If you need to reference data from the original table, use lookup actions rather than importing directly back into it. [1]