SAP Home Learn Build Integrate Model Operate Extend with AI ConnectTutorial navigator Knowledge Graph API Devtoberfest Developer Advocates App Space

Manage my Account SAP Devs YouTube ↗ Learnings ↗ Community ↗ Provide Feedback ↗
Logout
โคข Open full site

Create a Filter in an Action Project

Create a filter in an action project to simplify the use of the OData service in Joule Studio, classic edition.

Overview

🎓 beginner 20 min. SAP BuildBeginnerSAP Business Technology Platform

You will learn

  • โœ”How to adjust the input of an action and create a custom filter
  • โœ”How to use the filter in a Joule skill
  • โœ”How to get Joule to automatically generate the conversation message
Martin Plummer M Martin Plummer July 21, 2026
Created by July 15, 2025
Contributors

Prerequisites

Prerequisites

Steps

Step 1 Copy action project for BusinessPartner service
โ€”

  1. Open SAP Build Lobby.

    The lobby is a central page for creating, accessing, and managing your projects in SAP Build.

  2. Choose Connectors, then choose Actions.

  3. Select your API_BUSINESS_PARTNER action project, then choose Versions.

  4. Choose โ€ฆ by the Published to Library version, then choose Save As New Project.

    Actions save as new project
    Actions save as new project

  5. Enter:

    • FilterBusinessPartners for the Project Name.
    • This is to give Joule access to information about business partners. An extra input field is added to simplify the use of the filter. for the Description.
  6. Choose Save As New.

    Save as new project popup
    Save as new project popup

  7. Choose the new project.

    Actions
    Actions

  8. Choose the GET Retrieves business partner general data action.

  9. On the Input tab, choose Add.

    Actions add input
    Actions add input

  10. Choose New Field.

  11. Enter FirstName as the Key and the Label, then choose Add.

    Actions add new field
    Actions add new field

  12. Choose the Value field of $filter.

  13. In the side panel $filter, choose the Value field to open the Condition Editor.

    Filter popup
    Filter popup

  14. For Column, Condition, and Criteria, select FirstName, equal to, and ${FirstName} respectively. Then choose choose OK.

    Condition Editor
    Condition Editor

  15. Choose the Test tab.

  16. Enter Jane in the FirstName field, then choose Test.

    Actions test
    Actions test

  17. Choose Save, then Release, and finally Publish.

    Actions published
    Actions published

Step 2 Create a Joule Skill
+
Step 3 Add Action to Joule Skill
+
Step 4 Configure End
+
Step 5 Release and Deploy
+
Step 6 Test Joule Skill
+
Step 7 Test yourself
+

Resources

Discussion

Share feedback on this tutorial or join the conversation in SAP Community.

Submit detailed feedback Discuss in Community
Steps
Step 1 of 7
1. Copy action project for BusinessPartner service 2. Create a Joule Skill 3. Add Action to Joule Skill 4. Configure End 5. Release and Deploy 6. Test Joule Skill 7. Test yourself

Learn more →