Modern Get Text - Extract text from UiElement

Hi guys,
In the modern version of Get Text, how could I extract the text from a UiElement that I have previously found using Find Element.

This is very simple in the Classic activities, but I cannot seem to figure it out using modern version.
Thanks!

Hi @raf667
What are trying to do. can you specify.

Regards

1 Like

Hi Parvaty,

Looks like the answer was there before me the whole time, I just had to use the Input Element property.

Thanks for the quick answer though!

Hi @raf667

You got your answer inside your question itself. Anyways Happy to have helped.

Happy Automation

Regards

1 Like

Hi @raf667

If you have the output of Find element activity it is in Ui element datatype. Pass this variable to the Input element option in the properties panel of Get text activity.

If you want to pass the output element of one UI activity to other UI activity.
Create a variable in output element option of first Ui activity and pass that variable to the input element option in second Ui activity.

Hope it helps!!

1 Like

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