Skip to Content

Create a Simple Automation

Create a simple automation to display a Hello World message, to test if the automation setup was successful.
You will learn
  • How to create a simple automation
  • How to test the automation
chaitanya-priya-puvvadaChaitanya Priya PuvvadaJanuary 21, 2022
Created by
chaitanya-priya-puvvada
December 22, 2021
Contributors
chaitanya-priya-puvvada
  • Step 1

    Open the SAP Intelligent RPA Cloud Factory URL which you would have saved in previous tutorial.

    1. Choose the Projects tab.

    2. Choose New Project.

    3. In the New Project popup, enter the following information:

      Field Name Value
      Name HelloWorld
      Description My first automation
    4. Choose Create.

      Set up a new project

      The Cloud Studio opens with your new project.

    Cloud Studio is a component of SAP Intelligent RPA to build your automation.

    Log in to complete tutorial
  • Step 2
    1. Choose Create, and then select Automation.

    2. Select your latest Agent version.

    3. Choose Confirm.

      Set up an automation
    4. In the Name field, type Hello World.

    5. Choose Create.

      Create automation
    Log in to complete tutorial
  • Step 3

    You will now start building your automation by dragging activities from the panel to the flow.

    Workflow
    1. Enter information in the search bar.

    2. Drag the activity Information Dialog into the workflow.

    3. Drop it into the workflow.

      Information Dialog
    4. Choose the Information Dialog activity to edit the activity’s properties.

    5. Under Input Parameters, select Create Custom Data.

    6. Choose the Open Expression Editor icon next to message.

    7. Type Hello World from RPA in the text field.

    8. Choose Save Expression.

      Information Dialog
    9. Choose Save (upper right) to save the project.

    Which component of SAP Intelligent RPA lets you build an automation?

    Log in to complete tutorial
  • Step 4
    1. Choose the Test icon to start the automation.

    2. Select the environment which you have created.

    3. Choose Test.

    Test automation

    The message appears on a pop-up window. You can choose OK to close the dialog box.

    Test automation

    You have successfully completed building your first automation.

    Which of the following activities is used to print the Hello World message?

    Log in to complete tutorial
Back to top