Hi @Tinashe Chinyati ,
Welcome to Microsoft Q&A Platform. Thanks for posting the query.
Data factory supports the system variables as in this document which can be used in passing as parameters to the filename of dataset. Below code is an example to convert date into the format as desired.
@formatDateTime(utcnow(),'yyyyMMdd')
Date functions can be used to modify the dates according to trigger date. For custom parameters that are not dependent on trigger time, solution needs to be designed to retrieve parameter value from any other source like blob/SQL using lookup activity in the pipeline.
Please let us know for further queries and we will be glad to assist.
--
- Please accept an answer if correct. Original posters help the community find answers faster by identifying the correct answer. Here is how.
- Want a reminder to come back and check responses? Here is how to subscribe to a notification.
