Hi @MariBa ,
You can utilize WeekDay() function in Enrichment/Query/Split. The output value for this function will be 0 to 6, where 0 as Monday and 6 as Saturday.
So for example, if you want to trigger only on Saturday, give the condition as,
WeekDay(GetDate()) equal to 6