I am trying to combine these two expressions for a Trigger Condition. I verified that both work individually, but cannot seem to get them both to work together as an And statement.
@equals(triggerBody()?['Status']?['Value'],'ABC'
@lessOrEquals(ticks(triggerBody()?['DateColumn']),ticks(utcNow())