i want save the name that’s given in the screenshot 1(Highlighted Name) and use is to search the list given in the screenshot 2 and click On the matched Name.
Is it possible, if Possible then How?
Thanks.
i want save the name that’s given in the screenshot 1(Highlighted Name) and use is to search the list given in the screenshot 2 and click On the matched Name.
Is it possible, if Possible then How?
Thanks.
use get text activity and use element exist
step 1 get text or get attribute
step2 element exist
step3 give your output from the step to step2 inside selector
example get text output is var= ""something
element exist
selectors aaname=‘{{var}}’
Sorry i did’nt understand after Step 2.
Can you please elaborate.
in step 2 example if you use element exist activity there will be selector like this
aaname=‘name’ like this
instead of this you have to pass var which is coming from step1 or get text activity
Hello @Bhagyaraj_Digumarthi
Is it in a table? Can that be extracted as a datatable using datascrapping or table extraction?
If not tried, please give it a try. Then you can check the string in the datatable or you can convert datatable to string using output datatable and then find the string in it .
To click you can use Click Text or you can use ui explorer and share the selector of any 2 names here.
Thanks
Hello @Bhagyaraj_Digumarthi Please refer attached workflow
Example.zip (3.5 KB)