Can we get the bot to prompt user to enter the Window password for ever process invoke

Hi All.

We have a requirement, where the user wants the BOT to ask for a windows password when the process is invoked. This password needs to be authenticated successfully to start the process or else stop the process.

The windows authenticated is integrated with Microsoft AD.

With Regards
Raja

You can use the Form Activities to create a simple form which asks the user for his password:

Even simpler would be using the Input Dialog Activity

https://docs.uipath.com/activities/lang-en/docs/input-dialog

If this has helped you, please mark this answer as the solution.

Hi Rajadurai,

We can try using “Input Dialog” activity and then validating the resultant string with correct key, then using “IF” or “Flow Decision” to proceed the further execution.

Hope it works

Regards,
Shaf