I have created a date list and I am trying to use the dates stored in the list to fetch records from a form.
I use "for each element" and create an Instance variable called tempDate.
I then try to use tempDate in "fetch records" but it shows that tempDate is now a string variable.
How can I pull records that match the dates stored in my list?
Thanks,
Walter