I have a SQL table that contains a list of people and their birth dates people with the same FamilyFileNumber are members of the same family.
Based on a unique identifier (Family File Number) found on the starting entries template field, I have written a SQL query that will find the youngest person in the family. I need to capture that person's birth date and using the date token calculator in workflow add 28 years to it.
The query does find 1 result but I don't see anywhere that I can access the date that was found. If I track tokens on the custom query my only options are "results found" and "results count".
And in the date calculator there aren't any tokens.
Any help would be greatly appreciated!
Sandy