Blocks
SAP OData
Generic SAP OData operations (list/get/create/update/delete).
Connect to SAP OData endpoints with Basic or Bearer auth. Supports CRUD operations and custom $filter/$select queries.
Block Preview
SAP OData
Generic SAP OData operations (list/get/create/update/delete).
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the sap_odata block with monitoring enabled in production.
Inputs (UI)
Base URL
short-inputPlaceholder: https://example.sap.com/odata/v2
Layout: full
Resource
short-inputPlaceholder: Products
Layout: full
Operation
dropdownLayout: full
Options: List, Get, Create, Update
Entity ID
short-inputLayout: full
Query
short-inputPlaceholder: $filter=Name eq "X"&$select=Id,Name
Layout: full
Auth Type
dropdownLayout: half
Options: Bearer, Basic
Username
short-inputLayout: half
Password
short-inputLayout: half
Token
short-inputLayout: half
Headers (JSON)
codePlaceholder: { "Accept-Language": "en-US" }
Layout: full
Payload (JSON)
codePlaceholder: { "Name": "New" }
Layout: full
Inputs (API)
baseUrl
stringRequired
resource
stringRequired
operation
stringRequired
id
stringOptional
query
stringOptional
headers
stringOptional
authType
stringOptional
username
stringOptional
password
stringOptional
token
stringOptional
data
stringOptional
Outputs
Primary response type:
json