Hello,
Could you do me a favor?
My scenario is
Send to employee is yes (choice column in SP), the email will be sent to the employee.
I added this below to the setting trigger of the 'when an item is created or modified'
@equals(triggerOutputs()?['body/SendtoEmployee_x003f_'], 'Yes')

This is my workflow. But there is an infinite loop. Could you do me a favor?