My logicapp having step as create file .txt and then rename file .xml read and rename blank file

Rashmiramchandra Prabhu 66 Reputation points
2024-09-20T10:04:18.3366667+00:00

azure logic app using sftp ssh crete file connector write blank file and then file get rename before content added to file how to prevent this in azure logic app sftp crete file connector

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 70,936 Reputation points Moderator
    2024-09-26T10:24:19.52+00:00

    @Rashmiramchandra Prabhu As per the above screenshot the logic app crates the files correctly if it is the same run for which you have observed the blank file at SFTP end. You may need to review the SFTP server logs to know more details how the file become empty.

    In case if the above screenshot is not for the same filename for which you observe the empty file then I will suggest you to validate the run history to confirm if the same file name that was empty was created from logic app. In case if it is yes then checking the previous action in logic app to validate why the content was empty.

    To troubleshoot the issue from logic app end you can always review the run history and individual action to know the input/output of individual actions.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.