Azure blob storage with SNOW
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-01-2023 04:08 PM
Hi All,
I am a beginner to ServiceNow.I am trying to upload an attachment from ServiceNow to storage container using flow designer. I am using the Upload attachment to container action in Azure blob storage spoke. But I am not able to choose the datapill for the metadata (data type is array.object). How do I get the metadata ? Is it the metadata of the attachment?
It would be great if someone could let me know of the steps to upload a attachment from ServiceNow to Azure blob container.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2023 08:46 PM
@SR6112
Azure blob storage Service provides api interfaces to manage it.
You can refer to this link to know more about the detail sof the API : every thing is here
So, you just need to make a REST API call to access the Azure Blob Storage service from ServiceNow. : Here 。