A business process requires capturing user feedback on newly submitted product ideas. The flow must send a message to a designated Microsoft Teams channel asking the product committee to review the idea. The committee members must be able to click either 'Investigate', 'Hold', or 'Reject' directly within the Teams message, and the flow must pause until exactly one person clicks a button. Which approval configuration meets this requirement?
check_circleCorrect AnswerC
The standard 'Approve/Reject' approval types only offer exactly those two buttons (Approve or Reject). Because the requirement demands specific, non-standard buttons ('Investigate', 'Hold', 'Reject'), you must use an Approval Type of 'Custom Responses'. Furthermore, because the flow needs to proceed as soon as *exactly one* person responds (rather than waiting for the entire committee), you must select 'Wait for one response'. While an Adaptive Card (Option 3) can technically do this, using the native Approvals connector with Custom Responses is the direct, standard method for tracking formal decision outcomes.