Skip to main content
Nintex Community Menu Bar
Question

Copy File from Sharepoint to Azure Bolb Storage Container

  • November 13, 2023
  • 2 replies
  • 150 views

Forum|alt.badge.img

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.

2 replies

Jake
Forum|alt.badge.img+13
  • Scholar
  • November 20, 2023

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. 


Dan_Stoll
Nintex Employee
Forum|alt.badge.img+12
  • Nintex Employee
  • November 26, 2023

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.