Request credential dialogue is not poping up

Hi,
I’ve made a workflow in which bot requests credentials. I ran the workflow in debugg mode entered the credential and execution continues. But when i stopped it and ran the workflow again in dubugg mode from begining, the request box is not appearing and the workflow is executing with the credentials i’ve entered before. How can i solve this and make the request box to pop up every time i run it.
Thanks in advance :smiling_face_with_three_hearts:

remove stored credentials from windows credential manager / or Orchestrator assets
Add UiPath.Credential.Activities to your project if its missing
Use the Request Credential activity

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.