Forum Discussion
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
3 Replies
- Rehan AlibuxCopper 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 ThirumeniCopper 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 AlibuxCopper Contributor
Aurun Thirumeni Thank you for the update, and great to hear you resolved the issue. Thanks also for the explanation and reference link.