Hello, I am trying to create a form that will allow clients to submit project requests to my company. The request needs to be reviewed by a manager before we add the request to our project list.
The form is the first step in this process, human verification occurs through passing the form data to MS Teams via an API call to Power Automate.
I can not get a workflow to trigger upon form submission and am getting confused reading through the documentation I can find; it seems like workflow needs to receive a webhook to run but the only way to associate the forms’ “Submit” button is through selecting the workflow to run. My workflow is properly assigned but not running because my “Submit” button is not sending an API call to the workflow.
I have attached a screenshot below with my PA URI removed.
-
My goal: To send form responses to Power Automate upon receiving a form submission
-
Issue: I can not associate a workflow with my form. Scheduling a workflow does not work for my use case.
-
Steps I've taken to troubleshoot: I have read through the ReTool documentation; created and tested various arrangements of webhook triggers and REST API triggers.
-
Additional info: (Cloud hosted app,

