I have two values that need to match and to return the value of another column based on that search. A typical lookup with and. Is there a way to do this? This was the statement for the and condition I was wanting to use, but I not know how to tell it to return the rowID for the true condition.
and(equals(body('Get_row_-_Documents')?['DocumentID'],triggerBody()?['DocumentID']),equals(body('Get_row_-_Documents')?['LatestRevisionNo'],triggerBody()?['RevNr']))