SFTP Connector - 'List files in folder' action failing to list files in folder

David King 46 Reputation points
2020-07-16T15:48:44.653+00:00

Hello,

I'm working on an integration that transforms files from an FTP site. In my dev environment everything is working as expected. I recently promoted my code and ARM template to a stage environment and now the SFTP connector is failing to list the files on our FTP site.

I've encountered this issue before and my solution was to cut out the "metadata" object from the SFTP JSON definition, however, that appears to now be considered invalid by Azure's ARM validation.

I'm unsure of how to proceed. Any thoughts or ideas?

Thank you,

David King

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,965 questions
{count} votes

Accepted answer
  1. Pramod Valavala 20,606 Reputation points Microsoft Employee
    2020-07-20T07:10:09.263+00:00

    The key in the metadata object is the base64 encoded string of the value. Since you are replacing the value, you would have to replace the base64 version of it too.

    Based on the snippet you shared, though you have updated the value in the metadata object, the action is still listing files in the folder that you were testing (which I assume are none).


0 additional answers

Sort by: Most helpful