Using Http Request cannot add Password in parameter Name

I cannot add Password parameter in Http Request.

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.

You can add in body… as a string… User ID and Password… as 2 strings… give a try… it will work.

1 Like

Hi I try but cannot. Can you show me your sample project ??