How can I trigger a UiPath workflow when a Microsoft Forms response is submitted?

I would like to know the best way to automatically trigger a UiPath process whenever a user submits a response through Microsoft Forms.

@Lalit_Chaudhari,

No direct trigger available for this but you can try this approach.

  1. On Form Submit, save the form data to a Excel File saved on OneDrive.
  2. Use Row Added to the Bottom of a Table trigger to trigger your code.

Refer this documentation:

1 Like

Can we have any alternate ways.

@Lalit_Chaudhari,

Sent you a message!

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