I mean, it´s easy to get cases starting with "Activity1" and cases where "Activity1" is followed by "Activity2" but, if I try to combine both filters, it´s returning cases with this sequence:
"Activity1" - "ActivityX" - "ActivityY" - "Activity1" - "Activity2" - "ActivityZ"
I need to return only cases following "Activity1" - "Activity2" - "ActivityX" - "ActivityY" - "ActivityZ"