"Blob does not exist" After a successful run of Logic App with SFTP In-App Connector

46 Views Asked by At

So I've got a Logic App that takes a newly uploaded file from sharepoint and SFTP's it over to an SFTP enabled blob container. It runs successfully, however, when I go to click on the blob that is uploaded to the container I see this:

enter image description here

I feel like the odd " \ " at the beginning of the blob name may have something to do with it, but not 100% sure.

Here is my Logic App setup:

enter image description here

enter image description here

enter image description here

Is there something different I should be doing here? Personally, I thought it was a little weird that I'm only passing the file name to the "Upload file content" SFTP connector.

For more context, I do need to use the "In-App" version of the SFTP connector inside of the Logic App so that I can route the traffic through one IP.

1

There are 1 best solutions below

0
RithwikBojja On

Even I have faced same issue as you have due to which I have raised a Git hub bug request:

Design:

enter image description here

Output:

enter image description here

As an alternative i can suggest you to not use in app for this connector and follow below design:

enter image description here

Output:

enter image description here