You must configure the address-verification API. Which values should be used?
A custom API exposes its own named Dataverse message, so the address-validation logic is registered against northwind_ValidateAddress. Synchronous execution is required when the caller needs the validation result during that API call; asynchronous steps run after the operation completes and cannot provide that immediate response.
northwind_ValidateAddress
Community Discussion