Forum Discussion

Aurun Thirumeni's avatar
Aurun Thirumeni
Copper Contributor
Feb 15, 2021

Re: Change to Team's Channel "Email Messages" folder naming convention.

Rehan Alibux - I did try to use variable in our Logic app as suggested but then we are getting 

"The resource you are looking for has been removed, had its name changed, or is temporarily unavailable" error. We are using "List Folder - SharePoint connector" in our Logic app.
 
I checked in the Teams and the folder we are looking for is present. Any thoughts?

3 Replies

  • Rehan Alibux's avatar
    Rehan Alibux
    Copper Contributor

    Aurun Thirumeni Are you able to output what the full path incorporating the variable is? Does this work if you hard code the path to the resource?

    • Aurun Thirumeni's avatar
      Aurun Thirumeni
      Copper Contributor

      Rehan Alibux Apologies, I should have informed you. I have managed to fix the issue I was facing.

       

      The reason for the failure was when I manually entered the path with slash (/) there was an encoding issue which returned as an invalid path. I had to replace slash (/) with '%2f' in my variable initialization which builds up my Folder path and flow started working ok.

       

      Reference: https://powerusers.microsoft.com/t5/Building-Flows/sharepoint-list-folder-fail/m-p/585936#M77026

      • Rehan Alibux's avatar
        Rehan Alibux
        Copper Contributor

        Aurun Thirumeni Thank you for the update, and great to hear you resolved the issue. Thanks also for the explanation and reference link.