Hey @Kavitha Lakshmi Angajala ,
Since the source data is from variables and not from an actual data source, I would prefer the below options rather than a copy activity: and most preferably SP activity :
- Stored procedure activity
Create a stored procedure within your database with input parameters as the variable values and call stored procedure activity in ADF
2) Lookup activity