I am using a flow that was working fine a few months ago. It includes an HTTP Get call with basic authentication. The username includes a backslash (e.g. test\login).
But whenever I add this loging as a variable, even if I key it manually in the username field of the HTTP action automate is adding a second backslasg. So the username being sent is test\login which is causing the API not to work.
How do I avoid this please?
I tried using compose to build the username, but it simply replaces \ with \ (double backslash).