I have a Web activity that loads data into Salesforce using Bulk API and gets the response back for the failed records. I want to save the failed response as a csv file in the blob storage. I have tried to use another Web activity and copy activity but nothing seems to work. Any tips on how the response can be converted to csv file and stored in the blob storage?
Below is Response from Web Activity
This is the Web Activity where I am trying to get the response in the body