Is there a way to do an "or" statement as part of this expression?
Original "IF" expression:
If(equals(outputs('Get_response_details')?['body/r47fb301111e74dc4b0abe7bd26b23e11'],'deactivate a course'),null,' deep link’)
Would like the expression to equal 'deactivate a course' OR 'update attendance' in this expression. Is that possible?
Is there a way to do an "or" statement as part of this expression we just created?
If(equals(outputs('Get_response_details')?['body/r47fb301111e74dc4b0abe7bd26b23e11'],'deactivate a course, OR update attendance'),null,' deep link’)
@DJ_Jamba 😁