My http request is using old my credentials to log into the website i need to extract files from. After changing the loggin credentials in assets, clearing cashe and adding in log messages to verify which username it is using the output always claims the new credentials. But when verifying it is using my old credentials . Can someone help me
Could you check the UiPath process for any hardcoded values referencing your old credentials?
If you are using an HTTP Request activity, the website cache does not matter.
Yes i have. I have also i started a new sequence by just adding in the endpoint with no credentials and still uses my old loggin info
Can you add a new HTTP Request, configure it like the old one and just make sure Credentials fetch from new asset and then delete the old HTTP Request and test again?
Yes i have done that already still my old credentials
Can you show a screenshot of the activities…
And how do you know that it is using old creds?
Add a log just before the activity…check for any multiple variables being created in different scopes
Cheers