I'm trying to use the copy file action to copy a file from one place to another. The problem is that the file has a + in it and the plus seems to be getting removed causing the flow to fail.
So if, for example, the file is called ABC+123, flow is trying to copy ABC 123 and failing because it can't find it. What's strange is that if I look at the inputs in the debug it has the right file name but somehow it is still getting removed.
Any thoughts of how to force it to keep the +?