Filenames with + sign is not being processed in Logic Apps

Jithin Joseph 1 Reputation point
2022-06-15T14:05:14.573+00:00

I have a logic app that move files from source to Dest , as per the business requirement certain filenames has a + sign in that and these files are not processed
Error:" 404 specified file name not found"

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

1 answer

Sort by: Most helpful
  1. MayankBargali-MSFT 68,656 Reputation points
    2022-06-21T11:42:06.3+00:00

    @Jithin Joseph Apology for the delay. You can leverage the encodeUriComponent expression as below. I have tested the same at my end and didn't observe 404 error from Get blob content using path (V2) action.

    213393-image.png

    Let me know if you need any assistance.

    Please 'Accept as answer' and ‘Upvote’ if it helped so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.
    0 comments No comments