Skip to main content
Question

Copy File from Sharepoint to Azure Bolb Storage Container

  • 13 November 2023
  • 2 replies
  • 80 views

Since there is no integration of Nintex Cloud Workflow with Azure Bolb Storage, I am having hear time to able to crack how I can do this using Nintex Workflow.

 

There is this question from an year ago, which suggest Azure Bolb Storage actions in gallery but right now there isnt any such thing available.

https://gallery.nintex.com/t/upload-file-to-azure-blob

 

Please guide.

Hi @Ali_ATSG 

I am checking for you now on what happened to that xtension. 

Ultimately however the best answer would be to create an xtension: https://help.nintex.com/en-US/xtensions/

All you really need is the swagger definition required to upload files into Azure Blob. 

https://learn.microsoft.com/en-us/rest/api/storageservices/blob-service-rest-api

What action you add to the xtension really depend on your needs, personally to give myself a head start I ask ChatGTP to give me the swagger definition for the actions I need against the API I want, then with that in hand and the SDK for xtensions linked above you can build an xtension very quickly so long as you have familiarly with APIs. 

 

Jake. 


Since there is no integration of Nintex Cloud Workflow with Azure Bolb Storage, I am having hear time to able to crack how I can do this using Nintex Workflow.

 

There is this question from an year ago, which suggest Azure Bolb Storage actions in gallery but right now there isnt any such thing available.

https://gallery.nintex.com/t/upload-file-to-azure-blob

 

Please guide.

 

Hiya, Jake reached out about the xtension that was in the gallery. It is currently being rebuilt, and hopefully add some extra functionality. I’ll post back here when it is up again. 


Reply