Good afternoon,
I'm putting together a Workflow that will search records in a Repository that have been there for the past 24 hours.
Since I'm new at doing this I thought of starting small and just look for a specific hard-coded date filed using the example in the manual by using a Search Repository Activity and setting the Search Query box to {LF:Created="2017/01/11"}.
When I click on the "Test Search Query" link it returns 4 records. My second step was to send myself the information by email; that's where I'm stuck :(
Right below the Search Repository Activity I have a For Each Entry. Inside of the For Each Entry Activity I have a Retrieve Field Value Activity, a Track Tokens Activity and an Email Activity. Not sure if I'm doing this correct, but it seems to be sending me 4 emails, so it works.
Now my question is, how can I update the static date to say that I want to check for a date of (Today minus 24 hours).
I was reading the manual here: https://answers.laserfiche.com/files/downloader/81076?save=True but don't seem to find an example like that.
I tried using something like this '%DMY" to retrieve at least today's documents but that didn't work. Has anyone worked with something similar that can point me into the right direction?