How to get a list of orders placed by a specific customer each month

I’d like to get a list of orders with order data placed by a certain customer on the 15th of each month. I understand that I need to use the schedule trigger, then action “get order data” but I don’t know how to filter it down to get the information I need – Order Number, Date, Line Items, Total.

Can anyone help me create this workflow?

You’d want to use the query filters in get order data to query on a specific customer ID.