Hey Community,
I want to join two dataTables based on column’s Name, I worked with Join DataTables activity, knowing that my DataTables are not empty, and they have common values, and the column name exists in both of them, Although it still return " Join Data Tables: 0x800AC472 Column name not defined"
and I wonder what it could be the problem, or may the column type presents an issue???!!
→ This generally happens when you do not specify the column names in the same order that you are trying to join with. The column name from the left-hand side data table should be specified in the ‘Column Table 1’ and the same goes with another data table.
→ If the specified column is not present in the data table or wrong column names are specified, you are likely to encounter this error. Check for the correct spelling, punctuations or spaces in the column name.