DonLarson
10 months agoQrew Elite
Jinja Expression
I have a Pipeline Search Step that returns an array of records. From that result I need to find the record id# of the one with most recent date field (not Date Created)
If my data set was this
RID Date
200 15 Jan 24
68 12 Dec 23
8 21 Jan 24
The answer that I am looking for is Record ID# 8 as that record has the highest value for the field Date.
If one of the Jinja / Python gurus has some insight it would be gratefully appreciated.
------------------------------
Don Larson
------------------------------