Skip to content
Last updated

In this chapter, we will guide you through creating a template quickly with a simple goal, and introduce nodes, testing, and testing tools in RPA.

Goal: Use RPA to open the system dialer.

Step 1: Enter RPA Page

In the MoreLogin client, click Automation on the far left.

Step 2: Create Templates

Select Create Templates.

Step 3: Select Test Cloud Phone

Step 4: Create Nodes

Nodes are the core capability of RPA. You can complete a series of complex tasks through nodes.

  1. Click the + (plus sign) in the flow. [Mark 2]
  2. Fill in the package name "com.call" in Package Name. You can find these parameters using the developer tools.
  3. Close the current node.

Step 5: Test Verification and Save

  1. Select the cloud phone to test in the upper right corner [Figure 3] and click the Test button.
  2. The specified cloud phone opens the dialer, and the run finishes. At this point, the node status in the workflow should be success.
  3. When your workflow is fully edited and tested, click Save [Figure 4].

Next Steps

  • Read the detailed node tutorial
  • Create a plan using the template
  • Edit Template
  • View template execution history

Template Operations