Is there any activities available to show choices to the user at runtime?

Just want to know is there any activities available to show choices to the user at runtime.

My requirement is to show a choice window to the user during run-time then user have to select a choice from the displayed list. Have to read the choice when flow continues.

Example window:

Hi,
According to image you posted If you looking to browser the file path using choice option then UiPath has activity which allows to choose file location.
Select Folder
https://www.uipath.com/activities-guide/select-folder

for any other choice from user.
Input Dialog which let you enter/choose radio button/choose dropdown
https://www.uipath.com/activities-guide/input-dialog

Hi @ddpadil

No i am not looking for browser file path.
I just want to show choices to the user upon selection I need to catch it and use it during run time.

Then input dialog activity is the one for u. :slight_smile:

Hi manirajmkr,

You can add “Highlight Activity” in-between your flow to highlight the specific file or windows that robot is currently working on run time.
Please correct me if I am wrong.