Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Hi,
How can I configure my insertSQL adapter service to output additional fields - presently, the only output is the number of rows affected?
Thx, Shankar
The InsertSQL template doesn’t support any other output fields, AFAIK. What data are you looking to output from an insert service?
for example, the inserted row’s id. I have resolved the problem by using another service
Thx anyways.