How to Automate Clicking the Submit Button in a Uipath Form

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

1 Like

Hi @Manikandan_C_007

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!!

1 Like

HI @Manikandan_C_007

YOU CAN USE SIMULATE CLICK FROM PROPERTIES FROM CLICK ACTIVITY

1 Like

@Manikandan_C_007

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

@Manikandan_C_007

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

1 Like

Thanks for Your Solution ,

Regards,
Mani

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.