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
listLookups
List existing lookups so the workflow can detect whether the target lookup name already exists.
2
updateLookup
updateLookup
Update the existing lookup table with the supplied description and columns.
3
createLookup
createLookup
Create a new lookup table with the supplied name, description, and columns when no existing lookup matched.
4
readLookup
getLookup
Read the lookup back by name to confirm the persisted definition.