using the build data table activity, i have data inside which is show below
Data Table 1 (dt1):
ID | Name | Age |
---|---|---|
1 | Alice | 30 |
2 | Bob | 25 |
3 | Charlie | 35 |
4 | Diana | 40 |
Data Table 2 (dt2):
UserID | FullName | Age |
---|---|---|
2 | Bob | 25 |
3 | Charlie | 35 |
5 | Eva | 28 |
6 | Frank | 33 |
im trying to change the column name to be the same as the first data table but i have ecnounted an error, can yall show me how to do the steps from the start