Hi!
I’m making a POST request using as Basic Authentication a flow variable for Password.
When running the workflow, a window Password required pops up and doesn’t make the Post request until I manually introduce the username and password again.
How do I avoid this pop up? As the whole reason I’m using the variables is to not input things manually.
When you use a flow variable, you needn’t to set to create a new variable to output as you did.
Just select the “username” to match with the flow variable username and do the same to “password”.
Empty the Username & password from credentials field and “true” from basic_enable.
If you will set something like this, create variables as needed and just set into flow variables fields as example:
From the start tab “Connection Settings”, you set the URL as you need if it’s a default one, OR set a url early into a variable too and bring it as column our flow variables.