Cuando se utiliza la actividad extract data table, luego de mapear la tabla en el navegador se crea un nuevo tipo de dato ‘DataTable1’. Si utiliza nuevamente se siguen creando nuevos tipos de datos de forma correlativa ‘DataTable2’, … .
Pero cuando se utiliza la opcion de Table Extraccion en la pestaña de desing no ocurre ello y como se puede notar la actividad extrac data table es otra y tiene otras propiedades.
However, If I set DataTable variable at the property (e.g. DataTable3 type), it’s fixed to DataTable type automatically. (So, it may not be critical issue.)
If you want to avoid this matter, use Table Extraction Wizard or downgrade UiAutomation package to 25.10.19 or lower, until fix it.