Oracle Integration · Arazzo Workflow
Oracle Integration Upsert a Lookup Table
Version 1.0.0
Detect whether a lookup exists, then update it if present or create it if missing, and read the result back.
View Spec
View on GitHub
API ManagementAutomationB2B IntegrationCloud IntegrationEnterprise IntegrationIntegrationiPaaSProcess AutomationArazzoWorkflows
Provider
Workflows
upsert-lookup
Create or update a lookup table by name and read back the result.
Lists lookups to detect an existing entry, updates it when present or creates it when missing, then retrieves the lookup to confirm the persisted columns.
1
findLookup
List existing lookups so the workflow can detect whether the target lookup name already exists.
2
updateLookup
Update the existing lookup table with the supplied description and columns.
3
createLookup
Create a new lookup table with the supplied name, description, and columns when no existing lookup matched.
4
Source API Descriptions
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.