Skip to main content
Answer

List folder connector in combination with Azure

  • September 1, 2022
  • 1 reply
  • 58 views

Kevin Horst
Thinkwise blogger
Forum|alt.badge.img+5

For a demo application we need to import files, saved to a specific azure file storage.
We setup a system flow to support this:
 


The list folder connector should retrieve all the file name ​​​​​s in the folder and with the decision node we should import them one by one into the database.

I'm only having trouble getting the List connector to work, it needs a source folder (Absolute path to the folder that is requested).

For example storage location


With source folder https://testthinkwise.file.core.windows.net/xmlfiles

But when I copy the url of the azure file storage, as configured in the process action, indicium throws a error about the file path that is outside of the allowed base path.

What am I supposed to do?

Best answer by Kevin Horst

To answer my own question the source folder should have been https://testthinkwise.file.core.windows.net/xmlfiles/.

I missed the / at the end.
 

1 reply

Kevin Horst
Thinkwise blogger
Forum|alt.badge.img+5
  • Author
  • Thinkwise blogger
  • Answer
  • September 1, 2022

To answer my own question the source folder should have been https://testthinkwise.file.core.windows.net/xmlfiles/.

I missed the / at the end.