Custom activity for inputing data through robot

I am able to get the data given by the user and store it in a variable using custom activity.
but simultenously Can i input data through robot into the page opened by custom input activity ?

You can but it should happen by the html not by the robot.
You can use java script to update the fields in the html form based on the given/selected value.

Regards,
Karthik Byggari

Thank you karthik, but how do i get the data from the excel into html page , as i have multiple inputs fields ?

I guess it is not possible in that way.
In other way, you can get the data given by user, and then process the user input and show another form with the filled values.

Regards,
Karthik Byggari

Thank you karthik, it was helpfull.

1 Like