Hello Everyone, I Need to Automate a UiPath Form Field, but I Have a Problem with Clicking the Submit Button Manually. I Want to Automate the Submission as Well.
Regards,
Mani
Hello Everyone, I Need to Automate a UiPath Form Field, but I Have a Problem with Clicking the Submit Button Manually. I Want to Automate the Submission as Well.
Regards,
Mani
If the Submit button has a keyboard shortcut associated with it, you can use the “Send Hotkey” activity to simulate pressing the shortcut key combination to trigger the submission. Provide the appropriate key combination (e.g., Enter) as the input for the activity.
Hope it helps!!
YOU CAN USE SIMULATE CLICK FROM PROPERTIES FROM CLICK ACTIVITY
Can you please say the problem…what problem Are you getting clicking it manually
And why do you want to automate UiPath form again…rather have the information directly with you
Cheers
I appreciate your time. I am using UiPath Form to automate a process that reads data from Excel and passes it as an argument to the Form.
This works well, but I have to click the Submit button manually. Is there a way to automate the click of the Submit button?
Regards,
Mani
Ideally from forms in the backend the data will flow into UiPath itself…so why do you want to fill the data from robot and get back in robot only?
Instead why not use the data as is
And for the question of click…your manual click can work…as the form is open I believe you are unable to move to next activity…so try using parallel activity with click
Cheers
Thanks for Your Solution ,
Regards,
Mani
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.