Articles → AUTOMATION ANYWHERE → Create Your First Metabot
Create Your First Metabot
Scenario
- Navigate to https://www.unitconverters.net/length/cm-to-inches.htm.
Click to Enlarge
- Enter ‘12’ in ‘From’ textbox.
- Get the value from ‘To’ textbox.
- Display it in message box.
Create A Bot
- Asset
- Logic
Create Asset
- Open internet explorer browser and open https://www.unitconverters.net/length/cm-to-inches.htm(Please make sure that zoom is 100%).
- Click on ‘New MetaBot’ button.
Click to Enlarge
- Following window will appear
Click to Enlarge
- Enter ‘MetaBot Name’, select ‘Internet Explorer’ and click on ‘Create’ button.
- Metabot Designer’ window will come. In the window, click on ‘Add Screen’.
Click to Enlarge
- A window will appear to select the screen. Click on the required window
Click to Enlarge
- A screen gets added into ‘Assets’ tab.
Click to Enlarge
Create A Logic
- Click on the ‘Logic’ tab.
- Click on ‘Add Logic’
Click to Enlarge
- A window will open to add logic
Click to Enlarge
- Go to the screen and click on ‘From’ textbox.
Click to Enlarge
- Once you click on it, a pop-up window will appear to select the action.
Click to Enlarge
- Select action as ‘SetText’
- Enter ‘12’
- Click on ‘Add’
- Similarly, select ‘To’ and add following action
Click to Enlarge
- Click on ‘Add’
- Finally display the value of clipboard in message box
Click to Enlarge
Click to Enlarge
- Finally save the logic using the ‘Save’ button
Click to Enlarge
Running The Metabot
- Open a task bot.
- Drag and drop a metabot from the metabot tab.
Click to Enlarge
- Run the task bot. You will get following output.
Click to Enlarge