I there a way to run a date diff condition on a specifc item in a Gallery and its 'date'.
I have a Gallery. I have a Toggle.
In the Toggle default I have
(CountRows(Fitler(Gallery.AllItems, Field1="Noncomplaint"))) =0 &&
(CountRows(Fitler(Gallery.AllItems, StartsWith(GalleryField.Text, "Title1"))) >0 &&
(CountRows(Fitler(Gallery.AllItems, StartsWith(GalleryField.Text, "Title2"))) >0 &&
(CountRows(Fitler(Gallery.AllItems, StartsWith(GalleryField.Text, "Title3"))) >0 - from this point I need the specific date of issue
associated with Title3 compared to Today; if date
of issue greater than Today Toggle 'true'