Hello,
I have a branch in my MS form. I need the answer to question 4 OR question 5 to populate to a single column on a Sharepoint list. I cannot figure the expression. The ones I've tried are below.
or(equals(body('Get_response_details')?['r005116349d424f0097fd8e36806a67d6'], 'true'), equals(body('Get_response_details')?['r40193135c51f4b79a74d7dc645e3a6e2'], 'true')
or(equals(body('Get_response_details')?['r005116349d424f0097fd8e36806a67d6'], 'response value in form (i.e. a person's name'), equals(body('Get_response_details')?['r40193135c51f4b79a74d7dc645e3a6e2'], 'response value in form (i.e. a person's name')
***These are successful but returns either "True" or "False" in the column. I need the actual response.
Other variation
or(equals(outputs('Get_response_details')?['body/responses/4ba29520b66249c99a2a2bec0d4a3f69'], true), equals(outputs('Question_response')?['body/responses/r20a5e3a23d8d4a41bd8b760ee0a1b7c0'], true), equals(outputs('Question_response')?['body/responses/raa663146608e412fba67b5bd56c70a33'], true))
How do I get the actual response output from either Q4 OR Q5 to populate in the column?
Many thanks,
Elizabeth