Am I missing something here? When trying to pull a list or find a filter/field for the date of the unsubscribe I can't seem to find it.
E.g. I'd like to pull a list of everyone that unsubscribed in the month of may...
thanks,
Harrison
Unless you explicitly track this, you must use either
Data Value Was Changed=X between X and Y
OR
Unsubscribed from Email in Date Range
Hi Harrison,
To add to what Josh said, if you want to date-stamp unsubscribes going forward you could create a field called "Unsubscribed Date" and populate it whenever someone unsubscribes. In other words listen for "Data Value Changes->Unsubscribed=True", and then in the flow, "Change Data Value->Unsubscribed Date->{{system.date}}".
Denise