OpenAPI import
Per-service specs
Section titled “Per-service specs”Each dataset exposes a machine-readable OpenAPI (Swagger) description. Lookup, extract, and proxy bridges may each have their own URL pattern.
Salesforce External Service workflow
Section titled “Salesforce External Service workflow”- Open Setup → External Services.
- Import from OpenAPI using the Swagger URL for the service you licensed.
- Map the generated operation to a Flow Action element.
- Bind inputs from record lat/long fields and service name; map outputs to Flow variables.
Import only the spec for the layer you need—property names differ between services.
After import
Section titled “After import”Generated types should match what the API returns. If Flow shows unexpected _set boolean flags alongside values, that is intentional for optional-field handling in some generated bindings—see Salesforce setup.