I have created a web activity and i want to store the output in the blob
I have created a web activity and i want to store the output in the blob
Hello @ThakurTrishla-9180 ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .In case if you have any resolution please do share that same with the community as it can be helpful to others . Otherwise, will respond back with the more details and we will try to help .
Thanks
Himanshu
Hello @ThakurTrishla-9180 ,
We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet .In case if you have any resolution please do share that same with the community as it can be helpful to others . Otherwise, will respond back with the more details and we will try to help .
Thanks
Himanshu
Hey,
you can follow the below logic which would be somewhat similar :
https://docs.microsoft.com/en-us/answers/questions/493585/write-pipeline-variable-value-to-csv-or-text-file.html
rather than your source being a variable, it would be webactivity.output or any response
or below method:
https://stackoverflow.com/questions/66493930/how-to-use-output-of-azure-data-factory-web-activity-in-next-copy-activity
7 people are following this question.