If condition with null result

Copper Contributor

I have a form with the following question:

fwolter_0-1625270416246.png

 

If someone clicks in 'Other', I want the result to be blank.

 

if(equals(body('Get_response_details')?['body/r4dfb71fbd2524e51a266e3618cc7aa27'],'Other'),'',outputs('Get_response_details')?['body/r4dfb71fbd2524e51a266e3618cc7aa27'])
 
Why is the 'Other' not blank?

fwolter_1-1625270565088.png

 

 

 

 

0 Replies