Am trying to build workflow expression in power automate based on (Sharepoint -When Item or file is modified)
The column is basically a drop down menu with two option "Approve" or "Reject" I would like to trigger both of those values.

I had success in triggering one value as shown in my expression below

@equals(triggerOutputs()?['body/RequestStatus/Value'],'Approve')
My goal is to make the triggering occur when the value is "Approve" OR "Reject" how can I combine that in one expression.
Thanks in advance