I am able to populate a text field with today's date, how can I use that (or store it to a variable?) to query records to return only the record that is closest to today's date? Each client will have dozens of records, and I only want to return the latest of them when picked.
Thank you. I did read that documentation, and got a working REST service setup for login, but that variable was throwing me off for this task. That second link might do the trick.