Hey ,
Below are the ways to achieve it:
- In the source itself update your query as
Select column1,column2,column3,getdate() as column3
2) https://learn.microsoft.com/en-us/answers/questions/318521/how-do-i-pass-a-static-value-as-source-column-in-c.html
wherein add additional columns with static values in copy activity.
You can use utcnow() function