Showing posts with label AI. Show all posts
Showing posts with label AI. Show all posts

Wednesday, February 2, 2022

Translate Text in Dataverse using AI Builder

Introduction:

In this blog, we will see how to translate text in dataverse using AI Builder

Implementation Steps:

 

1. Create a New Table (Table Name : Translate Text)

 

2. Create Fields

 

         1. Basic Text Name (Datatype : text)

         2. Translated Text (Datatype : text)

         3. Basic language (Datatype : text)

 

3. Once Filed Creation done, add the fields into the Form

 

4. Now Navigate to https://flow.microsoft.com

 

5. Create a New Automated Flow and Select Triggering Point as Dataverse

 

rampprakash_0-1643741610654.png

6. Once Page Gets Loaded do the Following mapping

 

rampprakash_1-1643741650886.png

 

7. Now Search for AI Builder by clicking + Symbol

 

rampprakash_2-1643741686171.png

 

Pass the Text as Basic Text from Dataverse and Converted language to English and Translated From (Auto Detect)

 

8. Now Update the Translated value and base language to Dataverse

 

rampprakash_3-1643741761084.png

 

That's it :slightly_smiling_face:

 

Output Record below 

 

rampprakash_4-1643741788780.png

 

 

For Step by step Guidance, please find my video below

 


How to Import Data from Excel to Multiple tables in PowerApps

Introduction:   I have created a view on how to import data from excel to multiple tables in Canvas PowerApps   Implemented Steps: ...