Hi,
I appreciate your help!
I have a Microsoft form with a 2 choice answer. I want to use the answer and transform it to incorporate a phrase in an email. The answer options are:
- Accepting something of value
- Giving something of value
What I want to achieve is that every time that the responder answers 'accepting...' the if expression transforms it to "accept a benefit" otherwise "give a benefit". The formula below is what I tried, but is not working, it only gives me "give a benefit" every time regardless of the option selected.
Please help! thank you
if(equals(outputs('Get_response_details')?['body/ra11e23c1e54d437e8350eca8f8970930'],'Accepting something of value'),'accept a benefit','give a benefit')