Hello,
I'm trying to pull the last instance of a value by Sharepoint ID. I'm using a text input with the following formula to pull the ID:
LookUp('Change Log',And(RequestID=ReqID.Text, New_Value="Pending Approval"),ID)
In the test data I'm using, this provides me with ID 619, which is the lower of the two rows with this value. ID 622 is the other.
When I attempt to add a "Last" function to the formula, I get errors that it's expecting a text value. The syntax I'm trying to use is:
Last(LookUp('Change Log',And(RequestID=ReqID.Text, New_Value="Pending Approval"),ID))
Any advice on this?
