Discount Order Item if specific order added

Hello everyone! I want to implement function to give discount if specific order added! For example on Thursday we have discount for all pizzas if customer order it with wine! How can I implement this function to do this automatically? If add wine first, and then i add pizza it gives to pizza discount (50%) or if add pizza first and then add wine it updates pizza order to give discount! Sorry if this question already exist,but I didn’t find anything!
Thank You!

You can create a discount calculation for the amount or percent you want to deduct. Add that action to an order added rule, put constraints of menu item name equals pizza and menu item name equals wine and set to matches all

Now when pizza and wine is added it will add the discount