I have created a pipeline in Azure Data Factory where it got two job
- Read from Synapse and write into file.
- Write another file with no content
Both the file name should be same.
What I tried was creating a variable and use that variable as file name.
But I can't use that variable in Copy Data Sync Dataset.
How can I use that variable in multiple tasks?