Hi guys,
As mentioned in the title I’m looking for the way to show the list of possible inputs to user.
The list from activity look like this:
I want to display it for the user, who should choose the value from it.
Regards,
Rokko
Hi guys,
As mentioned in the title I’m looking for the way to show the list of possible inputs to user.
The list from activity look like this:
I want to display it for the user, who should choose the value from it.
Regards,
Rokko
@Rokko Full Text will give you all the data, but i am not sure how bot will stop here for user input.
Maybe i will check tomorrow and will update.
Ahtesham
@Rokko
The find children Activity helps you to retrieve the listitems. Let us know If you need more Help on this. Can you give US some more Details on your requirements etc. Why, how should the items presented to the User, as He can select directly from the list
Well @Rokko
if you want user input then you are talking about attended automation.
So what you can do is the following steps (high level you can break it down and get back if anything is unclear)
You can either index the option or as the user to put in exact case sensitive text any option as desired.
Hope this helps
Hi @Rokko,
You can put a mensageBOx after that element with mensage “Chose on optios”
The user Chose the option fist and the press ok in the mensage box the the workflow just proceed.
Just one idea