Hello Everyone,
I use Http Request and Name of Parameter contain Password. But Simple Authentication also has Password attribute. So, I cannot add Password name to Parameter collections. How to solve this problem?

Hello Everyone,
I use Http Request and Name of Parameter contain Password. But Simple Authentication also has Password attribute. So, I cannot add Password name to Parameter collections. How to solve this problem?

Hi @sithulinhtut,
Iâm not quite sure what is the problem. Can you please describe step-by-step what you are trying to do with HTTP Request? ![]()
Hi, @Pablito thanks for your reply.
Now I show my error message.
The error message is
A variable, RuntimeArgument or a DelegateArgument already exists with the name âPasswordâ. Names must be unique with an environment scope.
But in my parameter I need to add Password Name Parameter.
So, How to solve this Problem ??
thanks.
Ok, so here is the problem. One of the HTTP Request attribute is also named âPasswordâ, so you canât name your parameter with this name. There must be the way you could use different name.