From 3bc211d20717d41af42849d8144ddfdbfefb8399 Mon Sep 17 00:00:00 2001 From: mnickolas113 <71398255+mnickolas113@users.noreply.github.com> Date: Mon, 6 May 2024 17:59:21 +0000 Subject: [PATCH] changes to lookupone-rl --- help/en/docs/references-lookups.md | 1 + 1 file changed, 1 insertion(+) diff --git a/help/en/docs/references-lookups.md b/help/en/docs/references-lookups.md index e4fa3690..201a2e30 100644 --- a/help/en/docs/references-lookups.md +++ b/help/en/docs/references-lookups.md @@ -122,6 +122,7 @@ Now, let’s say we added a date column as the event has stretched over the cour ``` Sponsors.lookupOne(Contact_Name=$id, sort_by="Date") ``` + Specifically, `sort_by` causes multiple results to be sorted by Date, in ascending order, and since `lookupOne` returns the first of the matches, it becomes the earliest date. Additionally, we can use the (-) symbol and reverse the order, finding the latest interaction: