How to dispaly information if user click on fields

Hi All,

i have one challenge where once user will click on fields it should information from it, so that user will select the required details, it is kind of attaneded automation,

for the instance i have taken one webisite to try this out.

you can see in image, if we click it will pop up few information, my intention is once user click on the drop down or text field it pop up information .

How to achieve it

@RAKESH_KUMAR_Tiwari

so you want bot to click and then display the values some where?

cheers

no, user will click, bot should show the value

@RAKESH_KUMAR_Tiwari

User clicks on site then why do they need to check from bot? as anyways they can see the same values from site as well

cheers

Hi @RAKESH_KUMAR_Tiwari

Use the Input dialog box to ask the use input.
When you run the program it will ask with a prompt window.
When the user select the option it will store in a variable and use select item activity to select that option then popup comes use get text activity to extract the value from the popup.

Hope it helps!!

Hi @Anil_G ,

here i just took i random website, but in actual there will pop up with so many information with 100 of fields and dropdown, they need to select accordingly, all user do not know what to fill, if they see in message box they can easily select it.

@RAKESH_KUMAR_Tiwari

If I am not wrong…if it is 100 or 1 the same dropdown is available in both

Anyways…

You can do a get text on the dropdown…like use element exists which waits for the dropdown to come and once its there it would move forward and then use get text …and display it in message box

Cheers

i used get text activity and stored in output, how to show in messagebox with the options.

selector img

@RAKESH_KUMAR_Tiwari

You have to use input dialog activity if you need to display and take input…message box is only for display…but even that shows a dropdown same as your website…still not sure why you want to do it

First check how the different words are separated in the returned string and split them on that separator then join with semi colon as input dialog needs values separated as semi colon to display different options

Cheers

see what is happening is there will be lot of information there earlier user used to go to some website and they need to check which dropdown for what which textfields or what like that, once we display it through message box, they can just see there which is what item types(There are lot of item types) and for each types user need to select different values, i believe this time you would have clear understanding why business wnat to automate this.

@RAKESH_KUMAR_Tiwari

Cool please check the separators and use semicolon separators between words

Cheers

using click trigger activity i am able to populate the information using input dialog box.

now there is textbox how do i populate this information in msgbox(as it is like text in bold)

image

@RAKESH_KUMAR_Tiwari

Using message box there is no option to make the text bold and all…

If you need options like this then create a UiPath form and use it…where you can use html element and make the text bold and all

Cheers

1 Like

yes, Thanks it worked, we can do it only using forms

1 Like

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