I have Create Item to Sharepoint operation set pulling responses from a Form, I would like to populate data in this Create Item operation in a field titled "Deep Link" based off an If statement from another field titled "Request Type".
If Request Type equals "deactivate a course", then the Deep Link field should show nothing, just empty value. If "deactivate a course" is False, then the Deep Link field should show text "Deep Link".
After googling and reading posts here on the forum, this is what I've come up with but I know it's wrong.
if(equals(outputs('Get_response_details')?['body/r47fb301111e74dc4b0abe7bd26b23e11']),deactivate a course), ' ', 'deep link')
Any help would be greatly appreciated!