What is a valid and idiomatic (used for its intended purpose) way to capture both payloads so the payload output from the second HTTP Request operation does not overwrite the payload output from the first Database Select operation?
O Set the combinedPayloads attribute to true in the Database Select operation configuration
O Save the payload from the Database Select operation to a variable
O Put the Database Select operation in a Try scope configured with a transaction
O Put the Database Select operation inside a Cache scope