Hello Experts,
I am new to UIpath. I am working with a use case is as follows.
- User will open an application. and will fill data into its form field ( Name, Age, gender etc.) manually.
- Upon hitting the submit button the entered data should insert into the database.
Could somebody please help any idea to capture the screen element and invoke its functionality?
Thanks & Regards,
Prasanta K Lenka
1 Like
Hi @PrasantaLenka
Scenario
1.Use Openapplication Activities.
2.Use type into activities and send hotkeys to navigate into the fields.
3.Use Click activities to submit the button .
cheers 
Happy learning 
1 Like
Hello @pattyricarte,
Thank you so much for your valuable time and help.
Additionally could you please suggest,
If user enters the data manually, How the entered data can be stored in a variable?
If the user is clicking the SUBMIT button manually. upon clicking submit how Can I invoke another sequence which will insert the data into the database?
@PrasantaLenka
Do you want to stored first the data in variable before submitting ?
Is this desktop application.?
Why do we need to insert in the database? if we are using application to insert data ?
cheers 
Happy learning 
1 Like
@PrasantaLenka
Ok We can use screen scraping activity and assing activity for the variable.
cheers 
Happy learning 
1 Like