Want to build a Power Automate flow using Power Automate Co-Pilot in just seconds…, without writing a single line of code? In this tutorial, weâll walk you through exactly how to use Microsoftâs AI assistant to create powerful workflows with ease.
Whether youâre a beginner or just exploring the future of no-code automation, this guide will get you started.
đ Want to go deeper? Check out the complete Power Automate course here Âģ
Want to dive deeper into automating workflows? Check out our full Power Automate course here.
đ Why Co-Pilot in Power Automate Is a Game-Changer
Microsoft has integrated Co-Pilot AI into Power Automate to help you build flows by just describing what you want. With this approach:
- You save time
- You donât need to understand technical syntax
- Most of the heavy lifting is done for you
- Itâs currently in preview mode, meaning it may not always be perfect, but it can do 80% of the job in most cases. You just need to fine-tune the results and test them before going live.
đ Watch on YouTube: How to Build Power Automate Flow Using Co-Pilot
Includes real-time fixes, errors, and solutions you wonât want to miss! Don’t want to read entire blog.. No Problem. Here is the step by step tutorial available on youtube.
đ Step-by-Step: Build a Flow Using Co-Pilot
Letâs look at the real use case from the video:
â Goal: Send a Microsoft Teams message when a new Microsoft Forms response is submitted and the rating is less than 3.
đš Step 0: Create Microsoft Forms in the same environment with following fields.
- Customer Name
- Email Address
- Ratings
- Customer Feedback
đš Step 1: Start From Power Automate Home
You can either start from the homepage prompt or choose Create â Describe it to design it. You will land up on the page which is shown below.

đš Step 2: Enter a Prompt we typed:
Prompt : âCreate a flow that sends a message to Microsoft Teams when a new response is submitted in Microsoft Forms and the rating is less than three.â
Click Generate and Co-Pilot starts building the flow.
đš Step 3: Review the Suggested Flow The generated flow included:
- Trigger: When a form response is submitted
- Action: Get response details
- Condition: If rating is less than 3
- Output: Send message to Teams

đš Step 4: It will display connection with Microsoft Forms and Microsoft Teams channel.
If not yet connected then connect with these. You will see a green icon once sucessfully connected . Now click on Create Flow.

â ī¸ Common Issues You Might Face (And Fixes)
Flow will be created but with some erros. Not bad! But there were a few things we had to fix manually.
â Error: Invalid Parameter
The AI couldnât automatically select the form as shown below. We manually selected: Customer Feedback Form

â Condition Type Mismatch
The condition compared a string value to an integer. We had to typecast the field properly using an expression: plaintext Copy

int(triggerOutputs()?[‘body/rating’]). This code should be in the dynamic parameter. Just remove this code from Designer and embed condition field from Dynamic field again.
â Missing Teams’r Receipent
The AI forgot to set the recipient in the âPost a messageâ action. We manually added the target and adjusted the message.
â Final Result: Power Automate Flow Created with Co-Pilot
Once corrected, we submitted a test form with a low rating andâbam! đĨ
The Microsoft Teams message was triggered as expected.
You can view the execution results in Power Automate run history, where:
Green â means success
Red â means something failed (in which case, fix & re-test)

đĄ Key Takeaways
Co-Pilot helps create flows fast, but still needs human review.It’s ideal for simple workflows and can be expanded manually.
This approach saves time and reduces learning curve for beginners.
đ Learn More: Power Automate Full Course
Want to go beyond basic flows? Learn to build advanced logic, connectors, real-world business automations, and error handling in my full Power Automate course.
đ Click below to enroll now
đ§ Bonus Tips for Beginners
- Always test your flow before publishing
- Use expression builder when Co-Pilotâs default logic falls short
- Make sure all services (Forms, Teams, etc.) are properly connected


