Copy from application to form

Discuss RoboTask here
Post Reply
TPOS23
Posts: 1
Joined: Thu Feb 23, 2017 6:24 pm

Copy from application to form

Post by TPOS23 »

Is anyone aware of a process or utility that basically can have fields from an application (program) be mapped to a web form with the click of a button?
Basically i have customers come in and pull them up in our system, i need the same employee demographic information sent over to a web form. Anyone aware of something that would easily do this?
And i'm referring to a quick copy of the data as opposed to copying field by field and pasting field by field.
Oleg
Site Admin
Posts: 3000
Joined: Thu Jan 01, 1970 1:00 am
Contact:

Re: Copy from application to form

Post by Oleg »

Generally you can do this by using Keyboard similation
Populate your values into variables and put them into desired form. (hint: TAB key selects the next field in the form, Enter key causes the form submission as a rule)
Also look at the Clipboard actions: Copy and Paste

Also you can try Web Documents actions
It uses built-in web browser and can fill in the fields in the form directly and simulate button pressing.
Maybe it's better for your purposes.
Oleg Yershov
Post Reply