Hi @Peter Sharp ,
Thank you for posting query on Microsoft Q&A Platform.
Azure data factory work on datasets with schema defined it. If your requirement doesn't follow any schema and needs to perform lot of custom values append or getting new rows then consider using Azure functions.
In Azure Functions you can write your own logic in code. You can call that azure functions in side azure data factory pipeline using Azure functions activity.
You can think of Azure Functions similar to Script task in SSIS. But, Azure Functions works on server less fashion. Click here to know more about Azure Functions.
Hope this will help. Thank you.
--------------------------------
- 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.