Introduction

Here's a step-by-step guide to creating a Power App that translates text using Power Automate.

Step 1. Create a new canvas app in Power Apps

Step 2. Add a Text Input control to the app

Step 3. Add two dropdown controls to the app

Step 4. Add a button to the app

Step 5. Add a Label control to the app

Step 6. Create a new flow in Power Automate

Step 7. Add a "Translate text" action to the flow

Step 8. Add a "Response" action to the flow

Step 9. Test the flow

Step 10. Connect the Power App and the Power Automate flow

TextOutput1.Text="";
Set(OutputText,TranslateText.Run(ddlDestLang.Selected.Value,TxtLanguageIp.Text,ddlSourceLang.Selected.Value,"").output);

Note. Congratulations! You have created a Power App that translates text using Power Automate.

Power App that translates text using Power Automate