How do you write the result of an HTTP connector via a Write file to an Azure file storage?
I followed the steps described in: https://docs.thinkwisesoftware.com/docs/sf/process_flows_connectors#write-files-to-an-external-location
In the log I get the message:
[err] Process action 'write_file' in processflow 'write_product_to_excel' returned the following message: Process action 'write_file' in processflow 'write_product_to_excel' was not provided a (valid) value for its 'File location' parameter. (ca3b443c)
How should the File location be configured?
I have now setup the following
The project contains the storage location bc_customer_data:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/87a47a31-104c-4793-9cca-abb98b4afee7.png)
The process flow variable is created as follows:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/b6a038a5-0403-4fa5-ae2d-46fbb83ae061.png)
I configured the write file connector in the following way:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/c76e4f36-7c0e-4a7f-bdd2-8f618af28891.png)
In a process procedure the file name is set:
![](https://uploads-eu-west-1.insided.com/thinkwise-en/attachment/4a3651c8-dab6-4597-87e4-f78dd0eebe4d.png)