Html to Uipath

Hi Team,

I have a basic question. From uipath i am calling a html file in that i have a text field to accept name and submit button. I type a text in the name field and click submit.
function OnSelect()
{
var Name= document.getElementById(“Name”).value;
window.external.setResult(Name);
return true;
}
How to get this value(Name) inside uipath?

Team any updates ?

AFAIK there is no way to receive the submitted value by robot.

Maybe it would be worth to describe your business case - what you want to achieve by this?

Cheers

@Balan
Have a look here:

Also have a look on the forms