Comments or No Comments
if(
    empty(body('Wait_For_Steven_to_Approve_or_Reject')?['responses']?[0]?['comments']),
    'No comments',
    body('Wait_For_Steven_to_Approve_or_Reject')?['responses']?[0]?['comments']
)