Hello,
I like to segment my customer based who submitted the form today only do you know how I can add this to query, here is my current filter:
INTERACTION(FormSubmitted, FormSubmitted_Contact)
.FILTER(FormId == 'xxx' && Timestamp >= DATE(2020, 5, 19, 0, 0))
.HAVING(COUNT() > 0)
Many Thanks,
Elly